diff options
author | Denys Vlasenko | 2010-05-18 14:11:21 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-05-18 14:11:21 +0200 |
commit | 5e2d572381dd0c354a4463382fe1297c709a8464 (patch) | |
tree | 3d3b9a9019be36bb11f99d041837459359a53fbd /shell/ash_test/ash-redir/redir3.tests | |
parent | e66cf821cf1e4bd8c1ef28445c0559269f69bab9 (diff) | |
download | busybox-5e2d572381dd0c354a4463382fe1297c709a8464.zip busybox-5e2d572381dd0c354a4463382fe1297c709a8464.tar.gz |
ash: fix testsuite false positives
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 f50a767..e37d5e4 100755 --- a/shell/ash_test/ash-redir/redir3.tests +++ b/shell/ash_test/ash-redir/redir3.tests @@ -1,4 +1,4 @@ -# redirects to closed descriptors should not leave these descriptors" +# redirects to closed descriptors should not leave these descriptors # open afterwards echo TEST 9>/dev/null echo MUST ERROR OUT >&9 |