diff options
Diffstat (limited to 't/chainlint/cuddled-loop.expect')
-rw-r--r-- | t/chainlint/cuddled-loop.expect | 4 |
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 0000000000..c38585c756 --- /dev/null +++ b/t/chainlint/cuddled-loop.expect @@ -0,0 +1,4 @@ +2 ( while read x +3 do foobar bop || exit 1 +4 done <file ) && +5 outside subshell |