summaryrefslogtreecommitdiff
path: root/tests/mv
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-19 09:55:21 +0000
committerJim Meyering <jim@meyering.net>2002-03-19 09:55:21 +0000
commitc799d7b979bca96c4cdad32471df236521d76eaa (patch)
tree20cb233e4d2c80dbd456bcafe8651f7a40d08013 /tests/mv
parent73c74c33e6455861256715c17216ac6622fc97e2 (diff)
downloadcoreutils-c799d7b979bca96c4cdad32471df236521d76eaa.tar.xz
adjust spacing in expected diagnostic
Diffstat (limited to 'tests/mv')
-rwxr-xr-xtests/mv/part-fail2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/part-fail b/tests/mv/part-fail
index 3e783ce42..dadadd2ff 100755
--- a/tests/mv/part-fail
+++ b/tests/mv/part-fail
@@ -38,7 +38,7 @@ fail=0
mv -f k $other_partition_tmpdir 2> out && fail=1
cat <<EOF > exp
-mv: inter-device move failed: \`k' to \`$other_partition_tmpdir/k'; unable to remove target: Permission denied
+mv: inter-device move failed: \`k' to \`$other_partition_tmpdir/k'; unable to remove target: Permission denied
EOF
cmp out exp || fail=1