diff options
Diffstat (limited to 't/chainlint/for-loop.expect')
-rw-r--r-- | t/chainlint/for-loop.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/chainlint/for-loop.expect b/t/chainlint/for-loop.expect index b74df064c5..6671b8cd84 100644 --- a/t/chainlint/for-loop.expect +++ b/t/chainlint/for-loop.expect @@ -2,7 +2,7 @@ for i in a b c do echo $i ?!AMP?! - cat + cat <<-EOF done ?!AMP?! for i in a b c; do echo $i && |