diff options
Diffstat (limited to 't/chainlint/close-subshell.test')
| -rw-r--r-- | t/chainlint/close-subshell.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/close-subshell.test b/t/chainlint/close-subshell.test index 508ca447fd..b99f80569d 100644 --- a/t/chainlint/close-subshell.test +++ b/t/chainlint/close-subshell.test @@ -1,3 +1,4 @@ +test_expect_success 'close-subshell' ' # LINT: closing ")" with various decorations ("&&", ">", "|", etc.) ( foo @@ -25,3 +26,4 @@ fuzzle && ( yop ) +' |
