mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4/032: SCRATCH_DIR -> SCRATCH_MNT
Use SCRATCH_MNT, not SCRATCH_DIR. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
6f157d593a
commit
20d7818417
+2
-2
@@ -19,8 +19,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
BLK_SIZ=4096
|
||||
CLUSTER_SIZ=4096
|
||||
|
||||
IMG_FILE=$SCRATCH_DIR/$seq.fs
|
||||
IMG_MNT=$SCRATCH_DIR/$seq.mnt
|
||||
IMG_FILE=$SCRATCH_MNT/$seq.fs
|
||||
IMG_MNT=$SCRATCH_MNT/$seq.mnt
|
||||
|
||||
## Num clusters to blocks.
|
||||
c2b()
|
||||
|
||||
Reference in New Issue
Block a user