From b01d09d704893b59aa87308d3408c084017c46dd Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 2 Apr 2014 00:32:08 -0700 Subject: Set the job property of block_t before expanding arguments associated with the job, fixing psub. Fixes #1394 --- tests/test9.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/test9.in') diff --git a/tests/test9.in b/tests/test9.in index a3a48151..e40bc74e 100644 --- a/tests/test9.in +++ b/tests/test9.in @@ -84,4 +84,9 @@ eval 'status -n status -n status -n' +# Test psub +cat (echo foo | psub) +cat (echo bar | psub) +cat (echo baz | psub) + false -- cgit v1.2.3