50-redirect-append.sh: New failing parse test.

This commit is contained in:
Jan Nieuwenhuizen 2018-11-24 11:05:46 +01:00
parent 43f79811aa
commit 2df901d337
3 changed files with 7 additions and 0 deletions

View File

@ -81,6 +81,7 @@ tests="
50-redirect
50-redirect-space
50-redirect-in
50-redirect-append
60-function
60-subst

View File

@ -0,0 +1,4 @@
echo foo > bar
echo foo >> bar
cat bar
rm bar

View File

@ -0,0 +1,2 @@
foo
foo