mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-27 12:04:25 +08:00
*** empty log message ***
This commit is contained in:
parent
92715a3867
commit
72a9275f65
@ -46,7 +46,7 @@ $RM --verbose -i -r $tmp < $test.I > /dev/null 2>&1 || fail=1
|
||||
test -d $tmp || fail=1
|
||||
|
||||
# There should be only one directory left.
|
||||
case $tmp/* in
|
||||
case `echo $tmp/*` in
|
||||
$tmp/[abc]) ;;
|
||||
*) fail=1 ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user