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, 2 insertions, 0 deletions
diff --git a/t/chainlint/if-in-loop.test b/t/chainlint/if-in-loop.test
index 90c23976fe..5be9d1cfa5 100644
--- a/t/chainlint/if-in-loop.test
+++ b/t/chainlint/if-in-loop.test
@@ -1,3 +1,4 @@
+test_expect_success 'if-in-loop' '
(
for i in a b c
do
@@ -13,3 +14,4 @@
done
bar
)
+'