diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-17 16:18:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-17 16:18:35 +0000 |
commit | 2af2bec9b219862694086b743d57973b7a15276a (patch) | |
tree | 2452d808401d062333825dace2f1cd0c4287f4f4 /tests/mv | |
parent | 30f0e39058e8ef6e0551cbdfa295b4f643c4548c (diff) | |
download | coreutils-2af2bec9b219862694086b743d57973b7a15276a.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/part-fail | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mv/part-fail b/tests/mv/part-fail index 59792a02c..3e783ce42 100755 --- a/tests/mv/part-fail +++ b/tests/mv/part-fail @@ -1,6 +1,8 @@ #!/bin/sh # Make sure we give a sensible diagnostic when a cross-device `mv' # fails, e.g., because the destination cannot be unlinked. +# This is a bit fragile since it relies on the string used +# for EPERM: `permission denied'. if test "$VERBOSE" = yes; then set -x |