overlay/071: Fix undefined OVL_BASE_SCRATCH_DIR

Replace undefined OVL_BASE_SCRATCH_DIR with OVL_BASE_SCRATCH_MNT

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Xiao Yang
2020-09-30 13:04:09 +08:00
committed by Eryu Guan
parent 65a2089099
commit 4616ec0a9d
+3 -3
View File
@@ -59,9 +59,9 @@ lower=$OVL_BASE_TEST_DIR/$OVL_LOWER-$seq
upper=$OVL_BASE_SCRATCH_MNT/$OVL_UPPER
work=$OVL_BASE_SCRATCH_MNT/$OVL_WORK
# Lower dir of nested overlay is the scratch overlay mount at SCRATCH_MNT
upper2=$OVL_BASE_SCRATCH_DIR/$OVL_UPPER.2
work2=$OVL_BASE_SCRATCH_DIR/$OVL_WORK.2
mnt2=$OVL_BASE_SCRATCH_DIR/$OVL_MNT.2
upper2=$OVL_BASE_SCRATCH_MNT/$OVL_UPPER.2
work2=$OVL_BASE_SCRATCH_MNT/$OVL_WORK.2
mnt2=$OVL_BASE_SCRATCH_MNT/$OVL_MNT.2
lowerdir=$lower/lowertestdir
upperdir=$upper/uppertestdir