diff options
Diffstat (limited to 't/chainlint/subshell-here-doc.test')
| -rw-r--r-- | t/chainlint/subshell-here-doc.test | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/t/chainlint/subshell-here-doc.test b/t/chainlint/subshell-here-doc.test index 0cce907ba8..d40eb65583 100644 --- a/t/chainlint/subshell-here-doc.test +++ b/t/chainlint/subshell-here-doc.test @@ -8,7 +8,7 @@ nevermore... EOF -# LINT: missing "&&" on 'cat' +# LINT: missing "&&" on "cat" cat <<EOF >bip fish fly high EOF @@ -27,10 +27,6 @@ EOF glink FIZZ ARBITRARY - cat <<-'ARBITRARY2' >bup2 && - glink - FIZZ - ARBITRARY2 cat <<-"ARBITRARY3" >bup3 && glink FIZZ |
