From: Theodore Ts'o Date: Sun, 13 Aug 2017 21:52:20 +0000 (-0400) Subject: tests: disable use of the BLKID cache while running regression tests X-Git-Tag: v1.43.6~29 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=18d6bcb6417f34da174a43a15abc14693a2add0d;p=tools%2Fe2fsprogs.git tests: disable use of the BLKID cache while running regression tests Signed-off-by: Theodore Ts'o --- diff --git a/tests/test_config b/tests/test_config index 547ef4c..c13aa74 100644 --- a/tests/test_config +++ b/tests/test_config @@ -34,6 +34,8 @@ E2FSCK_CONFIG=/dev/null export E2FSCK_CONFIG MKE2FS_CONFIG=./mke2fs.conf export MKE2FS_CONFIG +BLKID_FILE=/dev/null +export BLKID_FILE unset MKE2FS_FIRST_META_BG E2FSPROGS_SKIP_PROGRESS=yes export E2FSPROGS_SKIP_PROGRESS