From 72a9275f65c157ed39f3061e3d97c4fa7871a5c8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 24 Aug 1997 21:06:00 +0000 Subject: *** empty log message *** --- tests/rm/ir-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm/ir-1') 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 -- cgit v1.2.3-54-g00ecf