summaryrefslogtreecommitdiff
path: root/t/chainlint/if-condition-split.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/if-condition-split.test')
-rw-r--r--t/chainlint/if-condition-split.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/if-condition-split.test b/t/chainlint/if-condition-split.test
index 240daa9fd5..9a3b3ed04a 100644
--- a/t/chainlint/if-condition-split.test
+++ b/t/chainlint/if-condition-split.test
@@ -1,3 +1,4 @@
+test_expect_success 'if-condition-split' '
# LINT: "if" condition split across multiple lines at "&&" or "||"
if bob &&
marcia ||
@@ -6,3 +7,4 @@ then
echo "nomads"
echo "for sure"
fi
+'