diff options
author | Karel Zak <kzak@redhat.com> | 2010-06-04 23:33:49 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-06-04 23:33:49 +0200 |
commit | 5601d158545fc382be031a0330e512784baeee6d (patch) | |
tree | e3f30f5628a5eca0d8038fcda73c302738bcb1be /tests | |
parent | 88827f2623f24bda1e44cdacdee992732a722f90 (diff) | |
download | util-linux-old-5601d158545fc382be031a0330e512784baeee6d.tar.gz |
tests: update blkid test for raid1
ID_PART_ENTRY_TYPE_ENC does not exists anymore.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/expected/blkid/md-raid1-part | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/expected/blkid/md-raid1-part b/tests/expected/blkid/md-raid1-part index d770a741..08b49bd4 100644 --- a/tests/expected/blkid/md-raid1-part +++ b/tests/expected/blkid/md-raid1-part @@ -53,7 +53,6 @@ ID_FS_VERSION=0.90.0 ID_PART_ENTRY_NUMBER=1 ID_PART_ENTRY_SCHEME=dos ID_PART_ENTRY_TYPE=0x83 -ID_PART_ENTRY_TYPE_ENC=0x83 Probe second RAID member ID_FS_TYPE=linux_raid_member ID_FS_USAGE=raid @@ -63,4 +62,3 @@ ID_FS_VERSION=0.90.0 ID_PART_ENTRY_NUMBER=2 ID_PART_ENTRY_SCHEME=dos ID_PART_ENTRY_TYPE=0x83 -ID_PART_ENTRY_TYPE_ENC=0x83 |