diff options
Diffstat (limited to 'tests/rm/ir-1')
-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 070579a4b..2f20741ae 100755 --- a/tests/rm/ir-1 +++ b/tests/rm/ir-1 @@ -37,7 +37,7 @@ n EOF # Remove all but one of a, b, c -- I doubt that this test can portably -# determine which one was removed based on order or dir entries. +# determine which one was removed based on order of dir entries. # This is a good argument for switching to a dejagnu-style test suite. fail=0 $RM --verbose -i -r $tmp < $test.I > /dev/null 2>&1 || fail=1 |