aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/cuddled-if-then-else.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/cuddled-if-then-else.test')
-rw-r--r--t/chainlint/cuddled-if-then-else.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/cuddled-if-then-else.test b/t/chainlint/cuddled-if-then-else.test
index 7c53f4efe3..b1b42e1aac 100644
--- a/t/chainlint/cuddled-if-then-else.test
+++ b/t/chainlint/cuddled-if-then-else.test
@@ -1,3 +1,4 @@
+test_expect_success 'cuddled-if-then-else' '
# LINT: "if" cuddled with "(" and ")"; indented with spaces, not tabs
(if test -z ""; then
echo empty
@@ -5,3 +6,4 @@
echo bizzy
fi) &&
echo foobar
+'