From: Jim Meyering Date: Sun, 24 Aug 1997 20:55:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22a~149 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4a3c8c53e358949bfd67c3a40a76fa2d3df4a492;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index cadaa2d178..7e938c5abd 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 070579a4b9..2f20741aec 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