summaryrefslogtreecommitdiff
path: root/tests/rm/r-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-30 18:44:43 +0000
committerJim Meyering <jim@meyering.net>2000-07-30 18:44:43 +0000
commitc8a15b9edb6849b5a76ff201cb3b9da0b1369d65 (patch)
tree5599a9a960d64bd94d70c8c9e179d302cc268765 /tests/rm/r-2
parent0e1dfa9b8b134abc7ec5ee92cc21bc44f5422302 (diff)
downloadcoreutils-c8a15b9edb6849b5a76ff201cb3b9da0b1369d65.tar.xz
Add quote marks to match new behavior.
Diffstat (limited to 'tests/rm/r-2')
-rwxr-xr-xtests/rm/r-212
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/rm/r-2 b/tests/rm/r-2
index 2aed43b23..a85c61f30 100755
--- a/tests/rm/r-2
+++ b/tests/rm/r-2
@@ -25,12 +25,12 @@ export LC_ALL
# FIXME: if this fails, it's a framework failure
cat <<EOF | sort > t/E || framework_failure=1
-removing all entries of directory t/a
-removing all entries of directory t/a/b
-removing t/a/b/g
-removing the directory itself: t/a/b
-removing t/a/f
-removing the directory itself: t/a
+removing all entries of directory \`t/a'
+removing all entries of directory \`t/a/b'
+removing \`t/a/b/g'
+removing the directory itself: \`t/a/b'
+removing \`t/a/f'
+removing the directory itself: \`t/a'
EOF
if test $framework_failure = 1; then