aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangyi (F) <yi.zhang@huawei.com>2018-03-01 20:13:45 +0800
committerEryu Guan <guaneryu@gmail.com>2018-03-01 23:01:59 +0800
commit4a73ad6ec8a932c354b20503686c2ba00ad6097f (patch)
treedbccf54ab84d451f8c14cc715a2653b3efb602f3
parenta90243882b97ce57b6615015d1a8ff40435980de (diff)
downloadxfstests-4a73ad6ec8a932c354b20503686c2ba00ad6097f.tar.gz
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) <yi.zhang@huawei.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
-rwxr-xr-xtests/overlay/0031
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/overlay/003 b/tests/overlay/003
index f980edb2b3..154531e88d 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