*** empty log message ***

This commit is contained in:
Jim Meyering 1997-08-24 21:06:00 +00:00
parent 92715a3867
commit 72a9275f65

View File

@ -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