aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/cuddled.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/cuddled.test')
-rw-r--r--t/chainlint/cuddled.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/cuddled.test b/t/chainlint/cuddled.test
index 257b5b5eed..5a6ef7a4a6 100644
--- a/t/chainlint/cuddled.test
+++ b/t/chainlint/cuddled.test
@@ -1,3 +1,4 @@
+test_expect_success 'cuddled' '
# LINT: first subshell statement cuddled with opening "("
(cd foo &&
bar
@@ -20,3 +21,4 @@
# LINT: same with missing "&&"
(cd foo
bar)
+'