From: Theodore Ts'o Date: Sat, 9 Aug 2014 17:02:36 +0000 (-0400) Subject: tests: make sure MKE2FS_FIRST_META_BG is unset while running tests X-Git-Tag: v1.42.12~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9974f8c2beaa8969cf3bc8b09a53b2daa6b11fd7;p=thirdparty%2Fe2fsprogs.git 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 --- diff --git a/tests/test_config b/tests/test_config index 678965623..1872e5c84 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