diff options
Diffstat (limited to 't/chainlint/case-comment.test')
| -rw-r--r-- | t/chainlint/case-comment.test | 2 |
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 ) +' |
