diff options
Diffstat (limited to 't/chainlint/while-loop.expect')
-rw-r--r-- | t/chainlint/while-loop.expect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/chainlint/while-loop.expect b/t/chainlint/while-loop.expect index 13cff2c0a5..f8b9fcf62b 100644 --- a/t/chainlint/while-loop.expect +++ b/t/chainlint/while-loop.expect @@ -1,9 +1,9 @@ ( while true do -?!AMP?! echo foo + echo foo ?!AMP?! cat -?!AMP?! done + done ?!AMP?! while true; do echo foo && cat bar |