mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 13:33:59 +08:00
*** empty log message ***
This commit is contained in:
parent
a1d61ec70e
commit
1f3b5a3dd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user