From mboxrd@z Thu Jan 1 00:00:00 1970 From: "zhangyi (F)" Subject: [xfstests PATCH v2 3/5] overlay/003: fix fs check failure Date: Wed, 31 Jan 2018 18:27:57 +0800 Message-ID: <20180131102759.40997-4-yi.zhang@huawei.com> References: <20180131102759.40997-1-yi.zhang@huawei.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from szxga04-in.huawei.com ([45.249.212.190]:5153 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752115AbeAaKTv (ORCPT ); Wed, 31 Jan 2018 05:19:51 -0500 In-Reply-To: <20180131102759.40997-1-yi.zhang@huawei.com> Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: eguan@redhat.com, fstests@vger.kernel.org Cc: linux-unionfs@vger.kernel.org, miklos@szeredi.hu, amir73il@gmail.com, yi.zhang@huawei.com, miaoxie@huawei.com, yangerkun@huawei.com _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 --- tests/overlay/003 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/overlay/003 b/tests/overlay/003 index f980edb..154531e 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.5.0