aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/case.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/case.test')
-rw-r--r--t/chainlint/case.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/case.test b/t/chainlint/case.test
index 4cb086bf87..bea21fee4f 100644
--- a/t/chainlint/case.test
+++ b/t/chainlint/case.test
@@ -1,3 +1,4 @@
+test_expect_success 'case' '
(
# LINT: "...)" arms in "case" not misinterpreted as subshell-closing ")"
case "$x" in
@@ -21,3 +22,4 @@
case "$y" in 2) false;; esac
foobar
)
+'