mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <darrick.wong@oracle.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
a98a9c291a
commit
3c419f3e3b
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user