summaryrefslogtreecommitdiff
path: root/t/chainlint/complex-if-in-cuddled-loop.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/complex-if-in-cuddled-loop.test')
-rw-r--r--t/chainlint/complex-if-in-cuddled-loop.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/complex-if-in-cuddled-loop.test b/t/chainlint/complex-if-in-cuddled-loop.test
index 5efeda58b2..f98ae4c42d 100644
--- a/t/chainlint/complex-if-in-cuddled-loop.test
+++ b/t/chainlint/complex-if-in-cuddled-loop.test
@@ -1,3 +1,4 @@
+test_expect_success 'complex-if-in-cuddled-loop' '
# LINT: "for" loop cuddled with "(" and ")" and nested "if" with complex
# LINT: multi-line condition; indented with spaces, not tabs
(for i in a b c; do
@@ -9,3 +10,4 @@
fi
done) &&
test ! -f file
+'