summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm')
-rwxr-xr-xtests/rm/r-12
-rwxr-xr-xtests/rm/r-24
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/rm/r-1 b/tests/rm/r-1
index b9865abad..1736501de 100755
--- a/tests/rm/r-1
+++ b/tests/rm/r-1
@@ -25,7 +25,7 @@ removing all entries of directory $tmp/a
removing all entries of directory $tmp/a/a
removing the directory itself: $tmp/a/a
removing the directory itself: $tmp/a
-removing non-directory $tmp/b
+removing $tmp/b
EOF
if test $test_failure = 1; then
diff --git a/tests/rm/r-2 b/tests/rm/r-2
index 76b1958eb..2334f19d0 100755
--- a/tests/rm/r-2
+++ b/tests/rm/r-2
@@ -20,9 +20,9 @@ mkdir $tmp $tmp/a $tmp/a/b
cat <<EOF > $tmp/$test.E
removing all entries of directory $tmp/a
removing all entries of directory $tmp/a/b
-removing non-directory $tmp/a/b/g
+removing $tmp/a/b/g
removing the directory itself: $tmp/a/b
-removing non-directory $tmp/a/f
+removing $tmp/a/f
removing the directory itself: $tmp/a
EOF