summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2004-12-15 17:53:23 -0500
committerTheodore Ts'o <tytso@mit.edu>2004-12-15 17:53:23 -0500
commitf581372280214bd494f4876ab39e559f3ef9f60b (patch)
tree285a3014d896357ee5e69873ae9fa0bbec6b00bc /tests
parent22c6821a2495b0bf340dd3c277713bb1bee01144 (diff)
downloade2fsprogs-f581372280214bd494f4876ab39e559f3ef9f60b.tar.gz
m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into
account the resize inode patch.
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog5
-rw-r--r--tests/m_meta_bg/expect.1.gzbin5976 -> 5982 bytes
-rw-r--r--tests/m_no_opt/script2
-rw-r--r--tests/m_raid_opt/expect.1.gzbin7645 -> 7658 bytes
4 files changed, 6 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index cf4d56b8..605f7870 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-15 Theodore Ts'o <tytso@mit.edu>
+
+ * m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into
+ account the resize inode patch.
+
2004-10-04 Richard Mortimer <richm@oldelvet.org.uk>
* f_badjourblks: Add test case which tests a Journal with illegal
diff --git a/tests/m_meta_bg/expect.1.gz b/tests/m_meta_bg/expect.1.gz
index 1e401a04..595ef624 100644
--- a/tests/m_meta_bg/expect.1.gz
+++ b/tests/m_meta_bg/expect.1.gz
Binary files differ
diff --git a/tests/m_no_opt/script b/tests/m_no_opt/script
index 2ac7e305..e6244b2c 100644
--- a/tests/m_no_opt/script
+++ b/tests/m_no_opt/script
@@ -1,4 +1,4 @@
DESCRIPTION="no filesystem extensions"
FS_SIZE=65536
-MKE2FS_OPTS="-O ^sparse_super"
+MKE2FS_OPTS="-O ^sparse_super,^filetype"
. $cmd_dir/run_mke2fs
diff --git a/tests/m_raid_opt/expect.1.gz b/tests/m_raid_opt/expect.1.gz
index a68bf751..dfd41947 100644
--- a/tests/m_raid_opt/expect.1.gz
+++ b/tests/m_raid_opt/expect.1.gz
Binary files differ