From 3c419f3e3b1155745133cdec51129af80d1c30ed Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 14 Sep 2020 18:44:05 -0700 Subject: [PATCH 1/1] 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 --- tests/overlay/069 | 2 +- tests/overlay/071 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2