test: add failing redirect/pipe test.

This commit is contained in:
Jan Nieuwenhuizen 2018-11-24 21:05:59 +01:00
parent 29ae8bc570
commit f3fc92c266
3 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,7 @@ tests='
50-redirect-space
50-redirect-in
50-redirect-append
50-redirect-pipe
60-function
60-subst

1
test/50-redirect-pipe.sh Normal file
View File

@ -0,0 +1 @@
echo foo | grep foo 2>/dev/null

View File

@ -0,0 +1 @@
foo