]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 24 Aug 1997 20:55:56 +0000 (20:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 Aug 1997 20:55:56 +0000 (20:55 +0000)
tests/rm/Makefile.am
tests/rm/ir-1

index cadaa2d178408c8d227619f7f79ad1ca6536fb98..7e938c5abdeceafbd4c7753a165e67eb9ec7257f 100644 (file)
@@ -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
index 070579a4b97acf0eda8acebee92540874cbc5bc7..2f20741aec95f13aba7914332602bfdda953be68 100755 (executable)
@@ -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