summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-27 04:40:13 +0000
committerJim Meyering <jim@meyering.net>1998-06-27 04:40:13 +0000
commit2f617e52d6e94b8610988b08628b9f783a4e12ab (patch)
tree1ac3492e515b567ad81003c947f0d52809397c8a /tests/rm
parentd200f4974b08187a104995b83d0811cb3ab81e9f (diff)
downloadcoreutils-2f617e52d6e94b8610988b08628b9f783a4e12ab.tar.xz
changed --verbose message
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