diff options
Diffstat (limited to 't/chainlint/nested-subshell-comment.test')
-rw-r--r-- | t/chainlint/nested-subshell-comment.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/nested-subshell-comment.test b/t/chainlint/nested-subshell-comment.test index 0215cdb192..b430580ce0 100644 --- a/t/chainlint/nested-subshell-comment.test +++ b/t/chainlint/nested-subshell-comment.test @@ -1,3 +1,4 @@ +test_expect_success 'nested-subshell-comment' ' ( foo && ( @@ -11,3 +12,4 @@ ) fuzzy ) +' |