reinstate redir.tests with correct perms
This commit is contained in:
6
shell/ash_test/ash-redir/redir.tests
Executable file
6
shell/ash_test/ash-redir/redir.tests
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
# test: closed fds should stay closed
|
||||||
|
exec 1>&-
|
||||||
|
echo TEST >TEST
|
||||||
|
echo JUNK # lost: stdout is closed
|
||||||
|
cat TEST >&2
|
||||||
|
rm TEST
|
Reference in New Issue
Block a user