From: zhangyi (F) Date: Thu, 1 Mar 2018 12:13:45 +0000 (+0800) Subject: overlay/003: fix fs check failure X-Git-Tag: v2022.05.01~1635 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4a73ad6ec8a932c354b20503686c2ba00ad6097f;p=users%2Fhch%2Fxfstests-dev.git 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 --- diff --git a/tests/overlay/003 b/tests/overlay/003 index f980edb2b..154531e88 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