aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/case-comment.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/case-comment.test')
-rw-r--r--t/chainlint/case-comment.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/case-comment.test b/t/chainlint/case-comment.test
index 641c157b98..3f31ae9010 100644
--- a/t/chainlint/case-comment.test
+++ b/t/chainlint/case-comment.test
@@ -1,3 +1,4 @@
+test_expect_success 'case-comment' '
(
case "$x" in
# found foo
@@ -9,3 +10,4 @@
;;
esac
)
+'