diff options
Diffstat (limited to 'tests/heredoc.right')
-rw-r--r-- | tests/heredoc.right | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/heredoc.right b/tests/heredoc.right index d71781e..c3f6a7f 100644 --- a/tests/heredoc.right +++ b/tests/heredoc.right @@ -20,7 +20,7 @@ jkl mno fff is a function fff () { - ed /tmp/foo >/dev/null <<ENDOFINPUT + ed /tmp/foo > /dev/null <<ENDOFINPUT /^name/d w q @@ -31,7 +31,7 @@ ENDOFINPUT fff is a function fff () { - ed /tmp/foo >/dev/null <<ENDOFINPUT + ed /tmp/foo > /dev/null <<ENDOFINPUT /^name/d w q |