diff options
Diffstat (limited to 'shell/hush_test/hush-redir/redir9.tests')
-rwxr-xr-x | shell/hush_test/hush-redir/redir9.tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-redir/redir9.tests b/shell/hush_test/hush-redir/redir9.tests new file mode 100755 index 0000000..8befa61 --- /dev/null +++ b/shell/hush_test/hush-redir/redir9.tests @@ -0,0 +1,4 @@ +echo Ok >file.tmp +cat 0<>file.tmp +echo Done:$? +rm file.tmp |