mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: make 204 generic
204 can be generic. Also remove a stray _scratch_mkfs that snuck into _scratch_mkfs_sized :/ Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
@@ -35,12 +35,13 @@ status=1 # failure is the default!
|
||||
. ./common.filter
|
||||
|
||||
# real QA test starts here
|
||||
_supported_fs xfs
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
|
||||
_require_scratch
|
||||
|
||||
_scratch_mkfs_xfs -d size=104m >/dev/null
|
||||
SIZE=104*1024*1024
|
||||
_scratch_mkfs_sized $SIZE &> /dev/null
|
||||
_scratch_mount
|
||||
|
||||
for i in `seq 1 22500`; do
|
||||
|
||||
Reference in New Issue
Block a user