diff options
| author | Theodore Ts'o <tytso@mit.edu> | 2009-10-04 16:21:13 -0400 |
|---|---|---|
| committer | Theodore Ts'o <tytso@mit.edu> | 2009-10-04 16:21:13 -0400 |
| commit | a321afa8b7baca0ff90e06c1351b2054e61e11ee (patch) | |
| tree | 4e01a7788fa0aa25b089651b9f4fa28e03b27542 /tests | |
| parent | 9ed8e5fec226aa53634ed95cbeac736d90a518e5 (diff) | |
| download | e2fsprogs-a321afa8b7baca0ff90e06c1351b2054e61e11ee.tar.gz | |
tests: Account for new mke2fs topology information
The previous commit adds a new line printed by mke2fs with the
filesystem/device topology information. Update the regression test's
expected output to account for this.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/f_resize_inode/expect | 1 | ||||
| -rw-r--r-- | tests/m_dasd_bs/expect.1 | 1 | ||||
| -rw-r--r-- | tests/m_large_file/expect.1 | 1 | ||||
| -rw-r--r-- | tests/m_meta_bg/expect.1 | 1 | ||||
| -rw-r--r-- | tests/m_no_opt/expect.1 | 1 | ||||
| -rw-r--r-- | tests/m_raid_opt/expect.1 | 1 | ||||
| -rw-r--r-- | tests/m_std/expect.1 | 1 | ||||
| -rw-r--r-- | tests/m_uninit/expect.1 | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/tests/f_resize_inode/expect b/tests/f_resize_inode/expect index bd45575a..3af16c30 100644 --- a/tests/f_resize_inode/expect +++ b/tests/f_resize_inode/expect @@ -3,6 +3,7 @@ Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) +Stride=0 blocks, Stripe width=0 blocks 4096 inodes, 16384 blocks 819 blocks (5.00%) reserved for the super user First data block=1 diff --git a/tests/m_dasd_bs/expect.1 b/tests/m_dasd_bs/expect.1 index 9bc8a856..808bc0ed 100644 --- a/tests/m_dasd_bs/expect.1 +++ b/tests/m_dasd_bs/expect.1 @@ -2,6 +2,7 @@ Filesystem label= OS type: Linux Block size=2048 (log=1) Fragment size=2048 (log=1) +Stride=0 blocks, Stripe width=0 blocks 16384 inodes, 32768 blocks 1638 blocks (5.00%) reserved for the super user First data block=0 diff --git a/tests/m_large_file/expect.1 b/tests/m_large_file/expect.1 index abf2d997..e4d0ea0a 100644 --- a/tests/m_large_file/expect.1 +++ b/tests/m_large_file/expect.1 @@ -2,6 +2,7 @@ Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) +Stride=0 blocks, Stripe width=0 blocks 64 inodes, 16384 blocks 819 blocks (5.00%) reserved for the super user First data block=0 diff --git a/tests/m_meta_bg/expect.1 b/tests/m_meta_bg/expect.1 index d44be8cf..c2df8385 100644 --- a/tests/m_meta_bg/expect.1 +++ b/tests/m_meta_bg/expect.1 @@ -2,6 +2,7 @@ Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) +Stride=0 blocks, Stripe width=0 blocks 32768 inodes, 131072 blocks 6553 blocks (5.00%) reserved for the super user First data block=1 diff --git a/tests/m_no_opt/expect.1 b/tests/m_no_opt/expect.1 index faa565d8..eac91b1c 100644 --- a/tests/m_no_opt/expect.1 +++ b/tests/m_no_opt/expect.1 @@ -2,6 +2,7 @@ Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) +Stride=0 blocks, Stripe width=0 blocks 16384 inodes, 65536 blocks 3276 blocks (5.00%) reserved for the super user First data block=1 diff --git a/tests/m_raid_opt/expect.1 b/tests/m_raid_opt/expect.1 index 181534d8..88d2484e 100644 --- a/tests/m_raid_opt/expect.1 +++ b/tests/m_raid_opt/expect.1 @@ -2,6 +2,7 @@ Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) +Stride=13 blocks, Stripe width=0 blocks 32768 inodes, 131072 blocks 6553 blocks (5.00%) reserved for the super user First data block=1 diff --git a/tests/m_std/expect.1 b/tests/m_std/expect.1 index 44835785..e9599dcc 100644 --- a/tests/m_std/expect.1 +++ b/tests/m_std/expect.1 @@ -2,6 +2,7 @@ Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) +Stride=0 blocks, Stripe width=0 blocks 16384 inodes, 65536 blocks 3276 blocks (5.00%) reserved for the super user First data block=1 diff --git a/tests/m_uninit/expect.1 b/tests/m_uninit/expect.1 index 67cd33db..5fed62c9 100644 --- a/tests/m_uninit/expect.1 +++ b/tests/m_uninit/expect.1 @@ -2,6 +2,7 @@ Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) +Stride=0 blocks, Stripe width=0 blocks 32768 inodes, 131072 blocks 6553 blocks (5.00%) reserved for the super user First data block=1 |
