mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix test 078 so it doesnt depend on the root fs blocksize; make it use TEST_DEV cos we know thats an XFS filesystem and supports sparse files
This commit is contained in:
@@ -58,8 +58,8 @@ trap "_cleanup; rm -f $tmp.*; exit \$status" 0 1 2 3 15
|
||||
|
||||
_require_loop
|
||||
|
||||
LOOP_DEV=$tmp.fs
|
||||
LOOP_MNT=$tmp.mnt
|
||||
LOOP_DEV=$TEST_DIR/$seq.fs
|
||||
LOOP_MNT=$TEST_DIR/$seq.mnt
|
||||
|
||||
# real QA test starts here
|
||||
echo "*** create loop mount point"
|
||||
@@ -100,7 +100,7 @@ _grow_loop 168024b 1376452608 4096
|
||||
# Some other blocksize cases...
|
||||
_grow_loop 168024b 1376452608 2048
|
||||
_grow_loop 168024b 1376452608 512
|
||||
_grow_loop 168024b 168025b 1024
|
||||
_grow_loop 168024b 688230400 1024
|
||||
|
||||
echo "*** all done"
|
||||
status=0
|
||||
|
||||
Reference in New Issue
Block a user