diff mbox series

generic: Ignore getcap and setcap cases when it is NFS

Message ID 2a35a5a9-945a-e8ac-67e3-2fb312e41a46@fujitsu.com (mailing list archive)
State New, archived
Headers show
Series generic: Ignore getcap and setcap cases when it is NFS | expand

Commit Message

Cui, Yue/崔 悦 Sept. 5, 2022, 6:22 a.m. UTC
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(+)
diff mbox series

Patch

diff --git a/tests/generic/513 b/tests/generic/513
index dc08278..d7201f5 100755
--- a/tests/generic/513
+++ b/tests/generic/513
@@ -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
index 189251f..0e9fd36 100755
--- 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
diff --git a/tests/generic/688 b/tests/generic/688
index 426286b..54b9e3c 100755
--- a/tests/generic/688
+++ b/tests/generic/688
@@ -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