From 4a73ad6ec8a932c354b20503686c2ba00ad6097f Mon Sep 17 00:00:00 2001 From: "zhangyi (F)" Date: Thu, 1 Mar 2018 20:13:45 +0800 Subject: [PATCH] overlay/003: fix fs check failure _check_overlay_scratch_fs() will check lowerdir of overlay filesystem, this case remove this directory after test will lead to check failure, and it is not really necessary to remove this directory, so keep this directory. Signed-off-by: zhangyi (F) Reviewed-by: Amir Goldstein Signed-off-by: Eryu Guan --- tests/overlay/003 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/overlay/003 b/tests/overlay/003 index f980edb2..154531e8 100755 --- a/tests/overlay/003 +++ b/tests/overlay/003 @@ -92,7 +92,6 @@ ls ${SCRATCH_MNT}/ # unmount overlayfs but not base fs $UMOUNT_PROG $SCRATCH_MNT -rm -rf $lowerdir echo "Silence is golden" # success, all done status=0 -- 2.30.2