diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-24 21:06:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-24 21:06:00 +0000 |
commit | 72a9275f65c157ed39f3061e3d97c4fa7871a5c8 (patch) | |
tree | e943cea96a56366e6aafb93a3b457784e482c6a5 /tests/rm | |
parent | 92715a38678efa581d1173a22e2badd9c6433924 (diff) | |
download | coreutils-72a9275f65c157ed39f3061e3d97c4fa7871a5c8.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/rm')
-rwxr-xr-x | tests/rm/ir-1 | 2 |
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 |