test: 50-redirect-in-out, 100-tr.

This commit is contained in:
Jan Nieuwenhuizen 2018-12-02 07:15:45 +01:00
parent a043f9ef09
commit 2c3630cfed
5 changed files with 12 additions and 0 deletions

View File

@ -104,6 +104,7 @@ tests='
50-redirect-pipe
50-redirect-merge
50-redirect-sed
50-redirect-in-out
60-function
60-function-at
@ -139,6 +140,7 @@ tests='
100-tar-Z-old
100-tar-Z-pipe
100-tr
'
broken="

1
test/100-tr.sh Normal file
View File

@ -0,0 +1 @@
\tr -d o < test/data/foo

3
test/100-tr.stdout Normal file
View File

@ -0,0 +1,3 @@
f
bar
baz

View File

@ -0,0 +1,3 @@
cat < test/data/foo > bar
cat bar
rm bar

View File

@ -0,0 +1,3 @@
foo
bar
baz