From 437671accc0af8fa43a3f9bda6c150cb63fc42cb Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 2 Sep 2010 13:22:41 +0100 Subject: tests: exclude some tests when running on NFS All tests currently pass on NFS on Linux kernel 2.6.22 at least, but some fail on 2.6.9, so we exclude those here. * tests/init.cfg (is_local_dir_): A new function returning if the specified directory is on a local file system. (require_local_dir_): A new function to skip tests if the current directory is not on a local file system. * tests/cp/existing-perm-race: Skip if non local. * tests/cp/file-perm-race: Likewise. * tests/cp/parent-perm: Likewise. * tests/cp/parent-perm-race: Likewise. * tests/cp/preserve-2: Likewise. * tests/mv/part-symlink: Likewise. * tests/du/basic: Use refactored function. * tests/install/basic-1: Likewise. * tests/mkdir/p-3: Likewise. * tests/dd/skip-seek-past-dev: Likewise. * tests/du/slink: Likewise. Remove redundant test for NFS file system. * tests/misc/join: s/local/locale/. --- tests/mv/part-symlink | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/mv') 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 -- cgit v1.2.3-54-g00ecf