summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2006-03-23 22:00:01 -0500
committerTheodore Ts'o <tytso@mit.edu>2006-03-23 22:00:01 -0500
commit9dc6ad1ecb0ba3caf14e05279f1cc3cea52095a2 (patch)
treea5187c0cc6f5da7a4629e0b3a22bdfff0707d03b /tests
parent204ae371ad2e038b41c03aba13d3a57e4e6921ec (diff)
downloade2fsprogs-9dc6ad1ecb0ba3caf14e05279f1cc3cea52095a2.tar.gz
Change mke2fs to use /etc/mke2fs.conf as a configuration file
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog5
-rw-r--r--tests/test_config3
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 2c2813bf..c140f704 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-23 Theodore Ts'o <tytso@mit.edu>
+
+ * test_config: Set up MKE2FS_CONFIG to point at the mke2fs.conf
+ file in the source tree.
+
2005-09-24 Theodore Ts'o <tytso@mit.edu>
* f_dup_resize: Set the current time to in debugfs to a value
diff --git a/tests/test_config b/tests/test_config
index d021fef5..2fa3de12 100644
--- a/tests/test_config
+++ b/tests/test_config
@@ -27,3 +27,6 @@ export LANG
unset PAGER
E2FSCK_CONFIG=/dev/null
export E2FSCK_CONFIG
+MKE2FS_CONFIG=$SRCDIR/../misc/mke2fs.conf
+export MKE2FS_CONFIG
+