@@ -19,6 +19,8 @@ _require_scratch_reflink
_require_command "$GETCAP_PROG" getcap
_require_command "$SETCAP_PROG" setcap
+test $FSTYP == "nfs" && _notrun "NFS can't support getcap and setcap"
+
_scratch_mkfs >>$seqres.full 2>&1
_scratch_mount
diff --git a/tests/generic/675 b/tests/generic/675
@@ -22,6 +22,8 @@ _require_command "$GETCAP_PROG" getcap
_require_command "$SETCAP_PROG" setcap
_require_scratch_reflink
+test $FSTYP == "nfs" && _notrun "NFS can't support getcap and setcap"
+
_scratch_mkfs >> $seqres.full
_scratch_mount
_require_congruent_file_oplen $SCRATCH_MNT 1048576
@@ -30,6 +30,8 @@ _require_xfs_io_command falloc
_require_test
_require_congruent_file_oplen $TEST_DIR 65536
+test $FSTYP == "nfs" && _notrun "NFS can't support getcap and setcap"
+
junk_dir=$TEST_DIR/$seq
junk_file=$junk_dir/a
mkdir -p $junk_dir/
--
1.8.3.1
Signed-off-by: Cui Yue <cuiyue-fnst@fujitsu.com> --- tests/generic/513 | 2 ++ tests/generic/675 | 2 ++ tests/generic/688 | 2 ++ 3 files changed, 6 insertions(+)