public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] make sure to _require_attrs when necessary
@ 2015-12-01 17:36 Jeff Moyer
  2015-12-01 17:43 ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Moyer @ 2015-12-01 17:36 UTC (permalink / raw)
  To: fstests

xfs/073 and xfs/295 forgot to _require_attrs.  Fix it.

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>

diff --git a/tests/xfs/073 b/tests/xfs/073
index 32faffd..9def3c6 100755
--- a/tests/xfs/073
+++ b/tests/xfs/073
@@ -33,6 +33,7 @@ status=1	# failure is the default!
 # get standard environment, filters and checks
 . ./common/rc
 . ./common/filter
+. ./common/attr
 
 # don't put fs images in /tmp
 imgs=$TEST_DIR/$$
@@ -127,6 +128,7 @@ _verify_copy()
 _supported_fs xfs
 _supported_os Linux
 _require_test
+_require_attrs
 
 [ "$USE_EXTERNAL" = yes ] && _notrun "Cannot xfs_copy with external devices"
 [ -n "$XFS_COPY_PROG" ] || _notrun "xfs_copy binary not yet installed"
diff --git a/tests/xfs/295 b/tests/xfs/295
index 79f27bd..2325537 100755
--- a/tests/xfs/295
+++ b/tests/xfs/295
@@ -39,6 +39,7 @@ _cleanup()
 # get standard environment, filters and checks
 . ./common/rc
 . ./common/filter
+. ./common/attr
 
 # real QA test starts here
 
@@ -46,6 +47,7 @@ _cleanup()
 _supported_fs xfs
 _supported_os IRIX Linux
 _require_scratch
+_require_attrs
 
 rm -f $seqres.full
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-01 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01 17:36 [patch] make sure to _require_attrs when necessary Jeff Moyer
2015-12-01 17:43 ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox