summaryrefslogtreecommitdiff
path: root/105
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 /105
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 '105')
-rwxr-xr-x1052
1 files changed, 1 insertions, 1 deletions
diff --git a/105 b/105
index 6f9f0bde..a98a03e3 100755
--- a/105
+++ b/105
@@ -46,7 +46,7 @@ _cleanup()
. ./common.attr
# Modify as appropriate.
-_supported_fs xfs udf
+_supported_fs generic
_supported_os IRIX Linux
# real QA test starts here