]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
adjust spacing in expected diagnostic
authorJim Meyering <jim@meyering.net>
Tue, 19 Mar 2002 09:55:21 +0000 (09:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 19 Mar 2002 09:55:21 +0000 (09:55 +0000)
tests/mv/part-fail

index 3e783ce42539f29bbe6ad7fce504d96fb4e2d9a4..dadadd2ff5773c15a9e59158cc26e3d538e1d93c 100755 (executable)
@@ -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