aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/chain-break-false.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/chain-break-false.test')
-rw-r--r--t/chainlint/chain-break-false.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/chain-break-false.test b/t/chainlint/chain-break-false.test
index a5aaff8c8a..f78ad911fc 100644
--- a/t/chainlint/chain-break-false.test
+++ b/t/chainlint/chain-break-false.test
@@ -1,3 +1,4 @@
+test_expect_success 'chain-break-false' '
# LINT: broken &&-chain okay if explicit "false" signals failure
if condition not satisified
then
@@ -8,3 +9,4 @@ else
echo it went okay
congratulate user
fi
+'