diff options
Diffstat (limited to 't/chainlint/while-loop.expect')
-rw-r--r-- | t/chainlint/while-loop.expect | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/chainlint/while-loop.expect b/t/chainlint/while-loop.expect index 1f5eaea..06c1567 100644 --- a/t/chainlint/while-loop.expect +++ b/t/chainlint/while-loop.expect @@ -6,6 +6,7 @@ bar EOF done ?!AMP?! + while true; do echo foo && cat bar ?!LOOP?! |