From: Darrick J. Wong Date: Tue, 15 Sep 2020 01:44:05 +0000 (-0700) Subject: overlay/{069,071}: fix undefined variables X-Git-Tag: v2022.05.01~684 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=3c419f3e3b1155745133cdec51129af80d1c30ed overlay/{069,071}: fix undefined variables Change OVL_BASE_TEST_MNT -> OVL_BASE_TEST_DIR, since the former is not actually defined anywhere. Signed-off-by: Darrick J. Wong Reviewed-by: Amir Goldstein Signed-off-by: Eryu Guan --- diff --git a/tests/overlay/069 b/tests/overlay/069 index 77dfce63..f7eaec2d 100755 --- a/tests/overlay/069 +++ b/tests/overlay/069 @@ -53,7 +53,7 @@ _require_test_program "open_by_handle" _require_scratch_overlay_features index nfs_export redirect_dir # Lower overlay lower layer is on test fs, upper is on scratch fs -lower=$OVL_BASE_TEST_MNT/$OVL_LOWER-$seq +lower=$OVL_BASE_TEST_DIR/$OVL_LOWER-$seq upper=$OVL_BASE_SCRATCH_MNT/$OVL_UPPER work=$OVL_BASE_SCRATCH_MNT/$OVL_WORK diff --git a/tests/overlay/071 b/tests/overlay/071 index e083c29d..043fc4d3 100755 --- a/tests/overlay/071 +++ b/tests/overlay/071 @@ -56,7 +56,7 @@ _require_scratch_overlay_features index nfs_export redirect_dir _require_loop # Lower overlay lower layer is on test fs, upper is on scratch fs -lower=$OVL_BASE_TEST_MNT/$OVL_LOWER-$seq +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