mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix test 016 which I made too verbose recently, causing failures
This commit is contained in:
@@ -80,7 +80,7 @@ _init()
|
||||
echo "*** mkfs"
|
||||
force_opts="-dsize=50m -lsize=2097152"
|
||||
echo mkfs_xfs $force_opts $SCRATCH_DEV >>$seq.full
|
||||
mkfs_xfs $force_opts $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
|
||||
mkfs_xfs $force_opts $SCRATCH_DEV | _filter_mkfs >/dev/null 2>$tmp.mkfs
|
||||
source $tmp.mkfs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user