summaryrefslogtreecommitdiffstats
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.expect4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/chainlint/cuddled-loop.expect b/t/chainlint/cuddled-loop.expect
new file mode 100644
index 0000000..9cf2607
--- /dev/null
+++ b/t/chainlint/cuddled-loop.expect
@@ -0,0 +1,4 @@
+( while read x
+ do foobar bop || exit 1
+ done <file ) &&
+outside subshell