Replace undefined OVL_BASE_SCRATCH_DIR with OVL_BASE_SCRATCH_MNT Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxxxxx> --- tests/overlay/071 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/overlay/071 b/tests/overlay/071 index f18429c9..ac2324c8 100755 --- a/tests/overlay/071 +++ b/tests/overlay/071 @@ -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 -- 2.25.1