summaryrefslogtreecommitdiff
path: root/t/chainlint/for-loop.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/for-loop.expect')
-rw-r--r--t/chainlint/for-loop.expect4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/chainlint/for-loop.expect b/t/chainlint/for-loop.expect
index a5810c9bdd..d65c82129a 100644
--- a/t/chainlint/for-loop.expect
+++ b/t/chainlint/for-loop.expect
@@ -2,7 +2,9 @@
for i in a b c
do
echo $i ?!AMP?!
- cat <<-EOF ?!LOOP?!
+ cat <<-\EOF ?!LOOP?!
+ bar
+ EOF
done ?!AMP?!
for i in a b c; do
echo $i &&