diff options
Diffstat (limited to 'shell/ash_test/ash-redir/redir3.tests')
-rwxr-xr-x | shell/ash_test/ash-redir/redir3.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-redir/redir3.tests b/shell/ash_test/ash-redir/redir3.tests index f50a7674c..e37d5e45a 100755 --- a/shell/ash_test/ash-redir/redir3.tests +++ b/shell/ash_test/ash-redir/redir3.tests | |||
@@ -1,4 +1,4 @@ | |||
1 | # redirects to closed descriptors should not leave these descriptors" | 1 | # redirects to closed descriptors should not leave these descriptors |
2 | # open afterwards | 2 | # open afterwards |
3 | echo TEST 9>/dev/null | 3 | echo TEST 9>/dev/null |
4 | echo MUST ERROR OUT >&9 | 4 | echo MUST ERROR OUT >&9 |