diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-19 09:55:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-19 09:55:21 +0000 |
commit | c799d7b979bca96c4cdad32471df236521d76eaa (patch) | |
tree | 20cb233e4d2c80dbd456bcafe8651f7a40d08013 /tests/mv | |
parent | 73c74c33e6455861256715c17216ac6622fc97e2 (diff) | |
download | coreutils-c799d7b979bca96c4cdad32471df236521d76eaa.tar.xz |
adjust spacing in expected diagnostic
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/part-fail | 2 |
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 |