diff options
-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 |