mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
overlay/013: fix bug in test_upper creation
test_upper file was supposed to be in upper layer, but it was wrongly created in lower layer. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
93d72ed7f6
commit
044af9dd66
+1
-1
@@ -59,7 +59,7 @@ upperdir=$SCRATCH_DEV/$OVERLAY_UPPER_DIR
|
|||||||
mkdir -p $lowerdir
|
mkdir -p $lowerdir
|
||||||
mkdir -p $upperdir
|
mkdir -p $upperdir
|
||||||
cp $here/src/t_truncate_self $lowerdir/test_lower
|
cp $here/src/t_truncate_self $lowerdir/test_lower
|
||||||
cp $here/src/t_truncate_self $lowerdir/test_upper
|
cp $here/src/t_truncate_self $upperdir/test_upper
|
||||||
|
|
||||||
_scratch_mount
|
_scratch_mount
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user