aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/chained-subshell.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/chained-subshell.expect')
-rw-r--r--t/chainlint/chained-subshell.expect4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/chainlint/chained-subshell.expect b/t/chainlint/chained-subshell.expect
index af0369d328..83810ea7ec 100644
--- a/t/chainlint/chained-subshell.expect
+++ b/t/chainlint/chained-subshell.expect
@@ -4,7 +4,7 @@ mkdir sub && (
nuff said
) &&
-cut "-d " -f actual | ( read s1 s2 s3 &&
+cut "-d " -f actual | (read s1 s2 s3 &&
test -f $s1 ?!AMP?!
test $(cat $s2) = tree2path1 &&
-test $(cat $s3) = tree3path1 )
+test $(cat $s3) = tree3path1)