summaryrefslogtreecommitdiffstats
path: root/t/chainlint/complex-if-in-cuddled-loop.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/complex-if-in-cuddled-loop.expect')
-rw-r--r--t/chainlint/complex-if-in-cuddled-loop.expect5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/chainlint/complex-if-in-cuddled-loop.expect b/t/chainlint/complex-if-in-cuddled-loop.expect
index 9674b88cf2..2fca183409 100644
--- a/t/chainlint/complex-if-in-cuddled-loop.expect
+++ b/t/chainlint/complex-if-in-cuddled-loop.expect
@@ -1,10 +1,9 @@
-(
-for i in a b c; do
+(for i in a b c; do
if test "$(echo $(waffle bat))" = "eleventeen" &&
test "$x" = "$y"; then
:
else
echo >file
fi
-> done) &&
+ done) &&
test ! -f file