summaryrefslogtreecommitdiff
path: root/t/chainlint/if-in-loop.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/if-in-loop.expect')
-rw-r--r--t/chainlint/if-in-loop.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/if-in-loop.expect b/t/chainlint/if-in-loop.expect
index 03b82a3..d6514ae 100644
--- a/t/chainlint/if-in-loop.expect
+++ b/t/chainlint/if-in-loop.expect
@@ -3,7 +3,7 @@
do
if false
then
- echo "err" ?!AMP?!
+ echo "err"
exit 1
fi ?!AMP?!
foo