summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2014-04-23 12:41:34 +0200
committerKarel Zak <kzak@redhat.com>2014-04-23 12:41:34 +0200
commitba5f73fba161bda8a1b37280d81ddfda3bf7f725 (patch)
tree8515337e0e0cbef4ee41cccfb25272e178b784fa
parentb31fc4cdc9fbe512509a198d36d149d6c19ccc21 (diff)
downloadutil-linux-ba5f73fba161bda8a1b37280d81ddfda3bf7f725.tar.gz
tests: use old output format
The test has been backported from master branch with the new format. Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--tests/expected/fdisk/mbr-sort46
1 files changed, 23 insertions, 23 deletions
diff --git a/tests/expected/fdisk/mbr-sort b/tests/expected/fdisk/mbr-sort
index fb897a386..26eaea336 100644
--- a/tests/expected/fdisk/mbr-sort
+++ b/tests/expected/fdisk/mbr-sort
@@ -19,11 +19,11 @@ I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: <removed>
-Device Boot Start End Sectors Size Id Type
-<removed>1 4096 6143 2048 1M 83 Linux
-<removed>2 2048 4095 2048 1M 83 Linux
-<removed>3 6144 8191 2048 1M 83 Linux
-<removed>4 8192 40959 32768 16M 5 Extended
+Device Boot Start End Blocks Id System
+<removed>1 4096 6143 1024 83 Linux
+<removed>2 2048 4095 1024 83 Linux
+<removed>3 6144 8191 1024 83 Linux
+<removed>4 8192 40959 16384 5 Extended
Partition table entries are not in disk order.
@@ -39,15 +39,15 @@ I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: <removed>
-Device Boot Start End Sectors Size Id Type
-<removed>1 4096 6143 2048 1M 83 Linux
-<removed>2 2048 4095 2048 1M 83 Linux
-<removed>3 6144 8191 2048 1M 83 Linux
-<removed>4 8192 40959 32768 16M 5 Extended
-<removed>5 14336 16383 2048 1M 83 Linux
-<removed>6 22528 24575 2048 1M 83 Linux
-<removed>7 18432 20479 2048 1M 83 Linux
-<removed>8 10240 12287 2048 1M 83 Linux
+Device Boot Start End Blocks Id System
+<removed>1 4096 6143 1024 83 Linux
+<removed>2 2048 4095 1024 83 Linux
+<removed>3 6144 8191 1024 83 Linux
+<removed>4 8192 40959 16384 5 Extended
+<removed>5 14336 16383 1024 83 Linux
+<removed>6 22528 24575 1024 83 Linux
+<removed>7 18432 20479 1024 83 Linux
+<removed>8 10240 12287 1024 83 Linux
Partition table entries are not in disk order.
@@ -63,15 +63,15 @@ I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: <removed>
-Device Boot Start End Sectors Size Id Type
-<removed>1 2048 4095 2048 1M 83 Linux
-<removed>2 4096 6143 2048 1M 83 Linux
-<removed>3 6144 8191 2048 1M 83 Linux
-<removed>4 8192 40959 32768 16M 5 Extended
-<removed>5 10240 12287 2048 1M 83 Linux
-<removed>6 14336 16383 2048 1M 83 Linux
-<removed>7 18432 20479 2048 1M 83 Linux
-<removed>8 22528 24575 2048 1M 83 Linux
+Device Boot Start End Blocks Id System
+<removed>1 2048 4095 1024 83 Linux
+<removed>2 4096 6143 1024 83 Linux
+<removed>3 6144 8191 1024 83 Linux
+<removed>4 8192 40959 16384 5 Extended
+<removed>5 10240 12287 1024 83 Linux
+<removed>6 14336 16383 1024 83 Linux
+<removed>7 18432 20479 1024 83 Linux
+<removed>8 22528 24575 1024 83 Linux
-------------------