From: Darrick J. Wong Date: Tue, 5 Mar 2019 19:42:42 +0000 (-0800) Subject: ext4/032: SCRATCH_DIR -> SCRATCH_MNT X-Git-Tag: v2022.05.01~1233 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=20d7818417ae3dfd624602660b9e93edcb1ecd5d;p=xfstests-dev.git ext4/032: SCRATCH_DIR -> SCRATCH_MNT Use SCRATCH_MNT, not SCRATCH_DIR. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/ext4/032 b/tests/ext4/032 index 8534ddd6..277ddef0 100755 --- a/tests/ext4/032 +++ b/tests/ext4/032 @@ -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()