summaryrefslogtreecommitdiff
path: root/t/chainlint/if-in-loop.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/if-in-loop.test')
-rw-r--r--t/chainlint/if-in-loop.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/if-in-loop.test b/t/chainlint/if-in-loop.test
index f0cf19c..90c2397 100644
--- a/t/chainlint/if-in-loop.test
+++ b/t/chainlint/if-in-loop.test
@@ -3,7 +3,7 @@
do
if false
then
-# LINT: missing "&&" on "echo"
+# LINT: missing "&&" on "echo" okay since "exit 1" signals error explicitly
echo "err"
exit 1
# LINT: missing "&&" on "fi"