diff options
Diffstat (limited to 't/chainlint/here-doc-close-subshell.test')
| -rw-r--r-- | t/chainlint/here-doc-close-subshell.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/chainlint/here-doc-close-subshell.test b/t/chainlint/here-doc-close-subshell.test index b857ff5467..2458f3323b 100644 --- a/t/chainlint/here-doc-close-subshell.test +++ b/t/chainlint/here-doc-close-subshell.test @@ -1,5 +1,7 @@ +test_expect_success 'here-doc-close-subshell' ' ( # LINT: line contains here-doc and closes nested subshell cat <<-\INPUT) fizz INPUT +' |
