summaryrefslogtreecommitdiff
path: root/tests/rm/ir-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-24 21:06:00 +0000
committerJim Meyering <jim@meyering.net>1997-08-24 21:06:00 +0000
commit72a9275f65c157ed39f3061e3d97c4fa7871a5c8 (patch)
treee943cea96a56366e6aafb93a3b457784e482c6a5 /tests/rm/ir-1
parent92715a38678efa581d1173a22e2badd9c6433924 (diff)
downloadcoreutils-72a9275f65c157ed39f3061e3d97c4fa7871a5c8.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/rm/ir-1')
-rwxr-xr-xtests/rm/ir-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/ir-1 b/tests/rm/ir-1
index 2f20741ae..1d1197148 100755
--- a/tests/rm/ir-1
+++ b/tests/rm/ir-1
@@ -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