All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] overlay/071: Fix undefined OVL_BASE_SCRATCH_DIR
@ 2020-09-30  5:04 Xiao Yang
  2020-09-30  5:32 ` Xiao Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Xiao Yang @ 2020-09-30  5:04 UTC (permalink / raw)
  To: fstests; +Cc: amir73il, Xiao Yang

Replace undefined OVL_BASE_SCRATCH_DIR with OVL_BASE_SCRATCH_MNT

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-30 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30  5:04 [PATCH] overlay/071: Fix undefined OVL_BASE_SCRATCH_DIR Xiao Yang
2020-09-30  5:32 ` Xiao Yang
2020-09-30  7:54   ` Amir Goldstein
2020-09-30 14:05     ` Xiao Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.