diff options
Diffstat (limited to '')
-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 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 |