diff options
Diffstat (limited to 't/chainlint/while-loop.expect')
| -rw-r--r-- | t/chainlint/while-loop.expect | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/chainlint/while-loop.expect b/t/chainlint/while-loop.expect index f272aa21fe..06c1567f48 100644 --- a/t/chainlint/while-loop.expect +++ b/t/chainlint/while-loop.expect @@ -2,8 +2,11 @@ while true do echo foo ?!AMP?! - cat <<-EOF ?!LOOP?! + cat <<-\EOF ?!LOOP?! + bar + EOF done ?!AMP?! + while true; do echo foo && cat bar ?!LOOP?! |
