summaryrefslogtreecommitdiff
path: root/t/chainlint/exit-loop.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/exit-loop.test')
-rw-r--r--t/chainlint/exit-loop.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/exit-loop.test b/t/chainlint/exit-loop.test
index 2f038207e1..7e8b68b465 100644
--- a/t/chainlint/exit-loop.test
+++ b/t/chainlint/exit-loop.test
@@ -1,3 +1,4 @@
+test_expect_success 'exit-loop' '
(
for i in a b c
do
@@ -25,3 +26,4 @@
i=$(($i + 1))
done
)
+'