diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-24 20:55:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-24 20:55:56 +0000 |
commit | 4a3c8c53e358949bfd67c3a40a76fa2d3df4a492 (patch) | |
tree | 5e6901e7964b3907002ff6e3dd7fddf9774c70bc /tests | |
parent | 1f3b5a3dd80d0eb7a9b38e6f696d0b521c590392 (diff) | |
download | coreutils-4a3c8c53e358949bfd67c3a40a76fa2d3df4a492.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rm/Makefile.am | 2 | ||||
-rwxr-xr-x | tests/rm/ir-1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index cadaa2d17..7e938c5ab 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = r-1 r-2 deep-1 +TESTS = r-1 r-2 i-1 ir-1 deep-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = RM=../../src/rm MKDIR=../../src/mkdir 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 |