summaryrefslogtreecommitdiff
path: root/tests/rm/v-slash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/v-slash')
-rwxr-xr-xtests/rm/v-slash4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rm/v-slash b/tests/rm/v-slash
index 113a19ae3..2fae859b2 100755
--- a/tests/rm/v-slash
+++ b/tests/rm/v-slash
@@ -25,8 +25,8 @@ touch a/x || framework_failure_
rm --verbose -r a/// > out || fail=1
cat <<\EOF > exp || fail=1
-removed `a/x'
-removed directory: `a'
+removed 'a/x'
+removed directory: 'a'
EOF
compare exp out || fail=1