aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test9.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-04-02 00:32:08 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-04-02 00:32:08 -0700
commitb01d09d704893b59aa87308d3408c084017c46dd (patch)
treeb722583bb3a52d001ad862ca2c94a66b8549f164 /tests/test9.in
parent2f6551b3b129b85bccf4be1cab384243ed6defc2 (diff)
Set the job property of block_t before expanding arguments associated
with the job, fixing psub. Fixes #1394
Diffstat (limited to 'tests/test9.in')
-rw-r--r--tests/test9.in5
1 files changed, 5 insertions, 0 deletions
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