summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-08-09 13:02:36 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-08-10 16:21:31 -0400
commit9974f8c2beaa8969cf3bc8b09a53b2daa6b11fd7 (patch)
treee59bebd8c4b410295b6cbe9660d39ac123c7c1cc
parentc82815e5097f130c8b926b3303a1e063a19dcdd0 (diff)
downloade2fsprogs-9974f8c2beaa8969cf3bc8b09a53b2daa6b11fd7.tar.gz
tests: make sure MKE2FS_FIRST_META_BG is unset while running tests
If the developer has set the MKE2FS_FIRST_META_BG environment variable, this can cause test failures. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--tests/test_config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config b/tests/test_config
index 67896562..1872e5c8 100644
--- a/tests/test_config
+++ b/tests/test_config
@@ -32,6 +32,7 @@ E2FSCK_CONFIG=/dev/null
export E2FSCK_CONFIG
MKE2FS_CONFIG=./mke2fs.conf
export MKE2FS_CONFIG
+unset MKE2FS_FIRST_META_BG
E2FSPROGS_SKIP_PROGRESS=yes
export E2FSPROGS_SKIP_PROGRESS
EXT2FS_NO_MTAB_OK=yes