Blame SOURCES/e2fsprogs-1.45.6-tests-make-sure-MKE2FS_FIRST_META_BG-is-unset-while-.patch

3b974a
From 00b5f688f0d5df5913ea25e3481946c8191d826d Mon Sep 17 00:00:00 2001
3b974a
From: Theodore Ts'o <tytso@mit.edu>
3b974a
Date: Sat, 9 Aug 2014 13:02:36 -0400
3b974a
Subject: [PATCH 3/5] tests: make sure MKE2FS_FIRST_META_BG is unset while
3b974a
 running tests
3b974a
3b974a
If the developer has set the MKE2FS_FIRST_META_BG environment
3b974a
variable, this can cause test failures.
3b974a
3b974a
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
3b974a
---
3b974a
 tests/test_config | 1 +
3b974a
 1 file changed, 1 insertion(+)
3b974a
3b974a
diff --git a/tests/test_config b/tests/test_config
3b974a
index 67896562..1872e5c8 100644
3b974a
--- a/tests/test_config
3b974a
+++ b/tests/test_config
3b974a
@@ -32,6 +32,7 @@ E2FSCK_CONFIG=/dev/null
3b974a
 export E2FSCK_CONFIG
3b974a
 MKE2FS_CONFIG=./mke2fs.conf
3b974a
 export MKE2FS_CONFIG
3b974a
+unset MKE2FS_FIRST_META_BG
3b974a
 E2FSPROGS_SKIP_PROGRESS=yes
3b974a
 export E2FSPROGS_SKIP_PROGRESS
3b974a
 EXT2FS_NO_MTAB_OK=yes
3b974a
-- 
3b974a
2.21.3
3b974a