[PATCH v3 09/12] xfstests: skip generic/076 which cannot work on tmpfs
Junho Ryu
jayr at google.com
Wed Dec 18 12:16:00 CST 2013
Skip generic/076 which tests concurrent access while testing tmpfs
because there are other tests cover the case using fsstress.
Signed-off-by: Hugh Dickins <hughd at google.com>
Signed-off-by: Theodore Ts'o <tytso at mit.edu>
Signed-off-by: Junho Ryu <jayr at google.com>
---
v3: use -b to check whether SCRATCH_DEV is a block device.
v2: check whether SCRATCH_DEV is a block device instead of checking whether
FSTYP is tmpfs.
tests/generic/076 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/generic/076 b/tests/generic/076
index a53840f..b6a89b7 100755
--- a/tests/generic/076
+++ b/tests/generic/076
@@ -57,6 +57,8 @@ _supported_os IRIX Linux
_require_scratch
+[ -b "$SCRATCH_DEV" ] || _notrun "this test requires block device"
+
echo "*** init fs"
rm -f $seqres.full
--
1.8.5.1
More information about the xfs
mailing list