diff options
Diffstat (limited to 't/chainlint/subshell-one-liner.test')
| -rw-r--r-- | t/chainlint/subshell-one-liner.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/subshell-one-liner.test b/t/chainlint/subshell-one-liner.test index 37fa643c20..dac536afcc 100644 --- a/t/chainlint/subshell-one-liner.test +++ b/t/chainlint/subshell-one-liner.test @@ -1,3 +1,4 @@ +test_expect_success 'subshell-one-liner' ' ( # LINT: nested one-liner subshell (foo && bar) && @@ -22,3 +23,4 @@ foobar ) +' |
