]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 17 Mar 2002 16:18:35 +0000 (16:18 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 17 Mar 2002 16:18:35 +0000 (16:18 +0000)
tests/mv/part-fail

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