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:
Amir Goldstein
2016-10-19 11:52:32 +03:00
committed by Eryu Guan
parent 93d72ed7f6
commit 044af9dd66
+1 -1
View File
@@ -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