summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/rm/Makefile.am2
-rwxr-xr-xtests/rm/ir-12
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