aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-08-13 17:52:20 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-08-13 17:52:20 -0400
commit18d6bcb6417f34da174a43a15abc14693a2add0d (patch)
tree7fc93c4cfa4d189eeebcfb5d8cca3553a4eccde3 /tests
parent9e31a5696c4b699bf000a07b86601c1fb91c0493 (diff)
downloade2fsprogs-18d6bcb6417f34da174a43a15abc14693a2add0d.tar.gz
tests: disable use of the BLKID cache while running regression tests
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_config2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_config b/tests/test_config
index 547ef4ce9..c13aa74dd 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