Whamcloud - gitweb
tests: make sure MKE2FS_FIRST_META_BG is unset while running tests
authorTheodore Ts'o <tytso@mit.edu>
Sat, 9 Aug 2014 17:02:36 +0000 (13:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 10 Aug 2014 20:21:31 +0000 (16:21 -0400)
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>
tests/test_config

index 6789656..1872e5c 100644 (file)
@@ -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