diff options
Diffstat (limited to 't/chainlint/nested-cuddled-subshell.test')
-rw-r--r-- | t/chainlint/nested-cuddled-subshell.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/nested-cuddled-subshell.test b/t/chainlint/nested-cuddled-subshell.test index 8fd656c7b5..31e92d3be4 100644 --- a/t/chainlint/nested-cuddled-subshell.test +++ b/t/chainlint/nested-cuddled-subshell.test @@ -1,3 +1,4 @@ +test_expect_success 'nested-cuddled-subshell' ' ( # LINT: opening "(" cuddled with first nested subshell statement (cd foo && @@ -29,3 +30,4 @@ foobar ) +' |