summaryrefslogtreecommitdiff
path: root/005
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2009-05-28 11:37:38 -0500
committerEric Sandeen <sandeen@sandeen.net>2009-05-28 11:37:38 -0500
commit7737a5d7fb37ea15513af2ceef897828c5b74a4a (patch)
treeaf230ccb593e695606809b6301b87f0fb9be0633 /005
parent7a2ae4184b890cb66738bdc51c6274b11efecdcd (diff)
Support "generic" filesystem type
Create a new "generic" _supported_fs type for tests which are not really filesystem-specific. "generic" tests do expect that acl & attr are supported though. Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to '005')
-rwxr-xr-x0052
1 files changed, 1 insertions, 1 deletions
diff --git a/005 b/005
index 7fead17c..a9e90864 100755
--- a/005
+++ b/005
@@ -67,7 +67,7 @@ _touch()
. ./common.filter
# real QA test starts here
-_supported_fs xfs udf nfs
+_supported_fs generic
# IRIX UDF does not support symlinks
if [ $FSTYP == 'udf' ]; then