diff options
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/part-symlink | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index 00c706b0e..3b8e442ef 100755 --- a/tests/mv/part-symlink +++ b/tests/mv/part-symlink @@ -27,6 +27,10 @@ fi cleanup_() { rm -rf "$other_partition_tmpdir"; } . "$abs_srcdir/other-fs-tmpdir" +# On NFS on Linux 2.6.9 at least we get: +# mv: preserving permissions for `rem_sl': Operation not supported +require_local_dir_ + pwd_tmp=`pwd` # Unset CDPATH. Otherwise, output from the `cd dir' command |