mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Modified _supported_fs to reflect fs types supported
Merge of master-melb:xfs-cmds:26860a by kenmcd. Modified _supported_fs to reflect fs types supported
This commit is contained in:
@@ -28,7 +28,7 @@ _cleanup()
|
|||||||
. ./common.filter
|
. ./common.filter
|
||||||
|
|
||||||
# real QA test starts here
|
# real QA test starts here
|
||||||
_supported_fs xfs udf nfs
|
_supported_fs xfs
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
|
|
||||||
_require_user
|
_require_user
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ _fsx_std_mmap()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# real QA test starts here
|
# real QA test starts here
|
||||||
_supported_fs xfs udf nfs
|
_supported_fs xfs
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
|
|
||||||
_require_user
|
_require_user
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ echo_and_run()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# real QA test starts here
|
# real QA test starts here
|
||||||
_supported_fs xfs udf nfs
|
_supported_fs xfs
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
|
|
||||||
_setup_testdir
|
_setup_testdir
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ _filter_xfs_io()
|
|||||||
}
|
}
|
||||||
|
|
||||||
# real QA test starts here
|
# real QA test starts here
|
||||||
_supported_fs xfs udf nfs
|
_supported_fs xfs
|
||||||
_supported_os Linux IRIX
|
_supported_os Linux IRIX
|
||||||
|
|
||||||
_setup_testdir
|
_setup_testdir
|
||||||
|
|||||||
Reference in New Issue
Block a user