diff options
Diffstat (limited to 't/chainlint/if-in-loop.test')
-rw-r--r-- | t/chainlint/if-in-loop.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/if-in-loop.test b/t/chainlint/if-in-loop.test index f0cf19cfad..90c23976fe 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" |