diff options
Diffstat (limited to 't/chainlint/nested-subshell.expect')
-rw-r--r-- | t/chainlint/nested-subshell.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/nested-subshell.expect b/t/chainlint/nested-subshell.expect index 811e8a7912..a8d85d5d5b 100644 --- a/t/chainlint/nested-subshell.expect +++ b/t/chainlint/nested-subshell.expect @@ -7,7 +7,7 @@ 8 9 cd foo && 10 ( -11 echo a ?!AMP?! +11 echo a ?!LINT: missing '&&'?! 12 echo b 13 ) >file 14 ) |