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