summaryrefslogtreecommitdiff
path: root/tests/mv/trailing-slash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/trailing-slash')
-rwxr-xr-xtests/mv/trailing-slash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/trailing-slash b/tests/mv/trailing-slash
index ae5079b47..5bae2f5c6 100755
--- a/tests/mv/trailing-slash
+++ b/tests/mv/trailing-slash
@@ -52,7 +52,7 @@ done
# Test for a cp-specific diagnostic introduced after coreutils-8.7:
printf '%s\n' \
- "cp: cannot create regular file \`no-such/': Not a directory" \
+ "cp: cannot create regular file 'no-such/': Not a directory" \
> expected-err
touch b
cp b no-such/ 2> err && fail=1