summaryrefslogtreecommitdiff
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.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/complex-if-in-cuddled-loop.expect b/t/chainlint/complex-if-in-cuddled-loop.expect
index 9674b88cf2..b8aa626ed0 100644
--- a/t/chainlint/complex-if-in-cuddled-loop.expect
+++ b/t/chainlint/complex-if-in-cuddled-loop.expect
@@ -6,5 +6,5 @@ for i in a b c; do
else
echo >file
fi
-> done) &&
+ done) &&
test ! -f file