]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
ext4/032: SCRATCH_DIR -> SCRATCH_MNT
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 5 Mar 2019 19:42:42 +0000 (11:42 -0800)
committerEryu Guan <guaneryu@gmail.com>
Thu, 7 Mar 2019 04:46:24 +0000 (12:46 +0800)
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>
tests/ext4/032

index 8534ddd6084bc6d093ec23b68207896d7244bd26..277ddef0adef336c935f4309d09b01ba7e6a1cb5 100755 (executable)
@@ -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()