summaryrefslogtreecommitdiff
path: root/tests/rm/r-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/r-1')
-rwxr-xr-xtests/rm/r-16
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rm/r-1 b/tests/rm/r-1
index 7d26280b6..97d0959c1 100755
--- a/tests/rm/r-1
+++ b/tests/rm/r-1
@@ -26,9 +26,9 @@ mkdir a a/a || framework_failure_
> b || framework_failure_
cat <<\EOF > $test.E || framework_failure_
-removed directory: `a/a'
-removed directory: `a'
-removed `b'
+removed directory: 'a/a'
+removed directory: 'a'
+removed 'b'
EOF
rm --verbose -r a b > $test.O || fail=1