summaryrefslogtreecommitdiff
path: root/t/chainlint/cuddled-loop.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/cuddled-loop.expect')
-rw-r--r--t/chainlint/cuddled-loop.expect5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/chainlint/cuddled-loop.expect b/t/chainlint/cuddled-loop.expect
index 8c0260d..9cf2607 100644
--- a/t/chainlint/cuddled-loop.expect
+++ b/t/chainlint/cuddled-loop.expect
@@ -1,5 +1,4 @@
-(
- while read x
+( while read x
do foobar bop || exit 1
-> done <file ) &&
+ done <file ) &&
outside subshell