aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/broken-chain.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/broken-chain.test')
-rw-r--r--t/chainlint/broken-chain.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/broken-chain.test b/t/chainlint/broken-chain.test
index 2a44aa73b7..1966499ef9 100644
--- a/t/chainlint/broken-chain.test
+++ b/t/chainlint/broken-chain.test
@@ -1,3 +1,4 @@
+test_expect_success 'broken-chain' '
(
foo &&
# LINT: missing "&&" from "bar"
@@ -6,3 +7,4 @@
# LINT: final statement before closing ")" legitimately lacks "&&"
wop
)
+'