diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-24 20:51:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-24 20:51:07 +0000 |
commit | 1f3b5a3dd80d0eb7a9b38e6f696d0b521c590392 (patch) | |
tree | a3e8aa4ae43f8948d4c5ca51d415d7f6c4b6edee /tests | |
parent | a1d61ec70e274c0264543cdb105344b8f1b27887 (diff) | |
download | coreutils-1f3b5a3dd80d0eb7a9b38e6f696d0b521c590392.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/ir-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/ir-1 b/tests/rm/ir-1 index b1cf9ce82..070579a4b 100755 --- a/tests/rm/ir-1 +++ b/tests/rm/ir-1 @@ -40,7 +40,7 @@ EOF # determine which one was removed based on order or dir entries. # This is a good argument for switching to a dejagnu-style test suite. fail=0 -$RM --verbose -i -r $tmp < $test.I > /dev/null || fail=1 +$RM --verbose -i -r $tmp < $test.I > /dev/null 2>&1 || fail=1 # $tmp should not have been removed. test -d $tmp || fail=1 |