summaryrefslogtreecommitdiff
path: root/t/chainlint/nested-subshell.test
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/nested-subshell.test')
-rw-r--r--t/chainlint/nested-subshell.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/chainlint/nested-subshell.test b/t/chainlint/nested-subshell.test
index 998b05a..440ee99 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