diff options
Diffstat (limited to 't/chainlint/nested-subshell.test')
-rw-r--r-- | t/chainlint/nested-subshell.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/chainlint/nested-subshell.test b/t/chainlint/nested-subshell.test index 998b05a47d..440ee9992d 100644 --- a/t/chainlint/nested-subshell.test +++ b/t/chainlint/nested-subshell.test @@ -7,7 +7,6 @@ cd foo && ( -# LINT: nested multi-line subshell not presently checked for missing "&&" echo a echo b ) >file |