summaryrefslogtreecommitdiffstats
path: root/tests/expected/sfdisk
diff options
context:
space:
mode:
authorKarel Zak2016-11-30 13:02:01 +0100
committerKarel Zak2016-11-30 13:07:11 +0100
commita99c0eb09faabc5ef0892ea0e621e4582e1ef05a (patch)
tree5b18eb6a477befa88f820786093e90a340a2f203 /tests/expected/sfdisk
parentsfdisk: support empty label use-case (diff)
downloadkernel-qcow2-util-linux-a99c0eb09faabc5ef0892ea0e621e4582e1ef05a.tar.gz
kernel-qcow2-util-linux-a99c0eb09faabc5ef0892ea0e621e4582e1ef05a.tar.xz
kernel-qcow2-util-linux-a99c0eb09faabc5ef0892ea0e621e4582e1ef05a.zip
tests: update sfdisk output
The output of the "New situation:" contains Disklabel type: <name> Disk identifier: <removed> lines now. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/sfdisk')
-rw-r--r--tests/expected/sfdisk/dos-dump-gaps2
-rw-r--r--tests/expected/sfdisk/dos-dump-old2
-rw-r--r--tests/expected/sfdisk/dos-explicit-size2
-rw-r--r--tests/expected/sfdisk/dos-read-dump2
-rw-r--r--tests/expected/sfdisk/dos-read-dump-case2
-rw-r--r--tests/expected/sfdisk/dos-resize2
-rw-r--r--tests/expected/sfdisk/dos-simple-commas2
-rw-r--r--tests/expected/sfdisk/dos-simple-space2
-rw-r--r--tests/expected/sfdisk/gpt-all-defaults2
-rw-r--r--tests/expected/sfdisk/gpt-read-dump2
-rw-r--r--tests/expected/sfdisk/gpt-reorder2
-rw-r--r--tests/expected/sfdisk/gpt-resize2
-rw-r--r--tests/expected/sfdisk/movedata-down2
-rw-r--r--tests/expected/sfdisk/movedata-non-overlay2
-rw-r--r--tests/expected/sfdisk/movedata-up2
-rw-r--r--tests/expected/sfdisk/resize-dos-0-move-up-absolute2
-rw-r--r--tests/expected/sfdisk/resize-dos-1-move-down-absolute2
-rw-r--r--tests/expected/sfdisk/resize-dos-10-down-enlarge2
-rw-r--r--tests/expected/sfdisk/resize-dos-11-absolute-move-resize2
-rw-r--r--tests/expected/sfdisk/resize-dos-12-reduce-midle2
-rw-r--r--tests/expected/sfdisk/resize-dos-13-max-last2
-rw-r--r--tests/expected/sfdisk/resize-dos-2-move-up-relative2
-rw-r--r--tests/expected/sfdisk/resize-dos-3-move-down-relative2
-rw-r--r--tests/expected/sfdisk/resize-dos-4-enlarge-absolute2
-rw-r--r--tests/expected/sfdisk/resize-dos-5-reduce-absolute2
-rw-r--r--tests/expected/sfdisk/resize-dos-6-enlarge-relative2
-rw-r--r--tests/expected/sfdisk/resize-dos-7-reduce-relative2
-rw-r--r--tests/expected/sfdisk/resize-dos-8-enlarge-all2
-rw-r--r--tests/expected/sfdisk/resize-dos-9-up-preduce2
-rw-r--r--tests/expected/sfdisk/resize-gpt-0-move-up-absolute2
-rw-r--r--tests/expected/sfdisk/resize-gpt-1-move-down-absolute2
-rw-r--r--tests/expected/sfdisk/resize-gpt-10-down-enlarge2
-rw-r--r--tests/expected/sfdisk/resize-gpt-11-absolute-move-resize2
-rw-r--r--tests/expected/sfdisk/resize-gpt-12-reduce-midle2
-rw-r--r--tests/expected/sfdisk/resize-gpt-13-max-last2
-rw-r--r--tests/expected/sfdisk/resize-gpt-2-move-up-relative2
-rw-r--r--tests/expected/sfdisk/resize-gpt-3-move-down-relative2
-rw-r--r--tests/expected/sfdisk/resize-gpt-4-enlarge-absolute2
-rw-r--r--tests/expected/sfdisk/resize-gpt-5-reduce-absolute2
-rw-r--r--tests/expected/sfdisk/resize-gpt-6-enlarge-relative2
-rw-r--r--tests/expected/sfdisk/resize-gpt-7-reduce-relative2
-rw-r--r--tests/expected/sfdisk/resize-gpt-8-enlarge-all2
-rw-r--r--tests/expected/sfdisk/resize-gpt-9-up-preduce2
-rw-r--r--tests/expected/sfdisk/script-quotes2
-rw-r--r--tests/expected/sfdisk/script-separator2
-rw-r--r--tests/expected/sfdisk/script-type-and-id2
46 files changed, 92 insertions, 0 deletions
diff --git a/tests/expected/sfdisk/dos-dump-gaps b/tests/expected/sfdisk/dos-dump-gaps
index c370983a5..e481925d4 100644
--- a/tests/expected/sfdisk/dos-dump-gaps
+++ b/tests/expected/sfdisk/dos-dump-gaps
@@ -14,6 +14,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
All partitions used.
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 52046 49999 24.4M 83 Linux
diff --git a/tests/expected/sfdisk/dos-dump-old b/tests/expected/sfdisk/dos-dump-old
index 17575e9f6..5940087a9 100644
--- a/tests/expected/sfdisk/dos-dump-old
+++ b/tests/expected/sfdisk/dos-dump-old
@@ -14,6 +14,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
All partitions used.
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 52046 49999 24.4M 83 Linux
diff --git a/tests/expected/sfdisk/dos-explicit-size b/tests/expected/sfdisk/dos-explicit-size
index 99cbdf3cf..fd0156344 100644
--- a/tests/expected/sfdisk/dos-explicit-size
+++ b/tests/expected/sfdisk/dos-explicit-size
@@ -17,6 +17,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>8: Done.
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 1 1000 1000 500K 83 Linux
diff --git a/tests/expected/sfdisk/dos-read-dump b/tests/expected/sfdisk/dos-read-dump
index e5735b410..ebc6fb408 100644
--- a/tests/expected/sfdisk/dos-read-dump
+++ b/tests/expected/sfdisk/dos-read-dump
@@ -17,6 +17,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>7: Done.
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 8191 6144 3M 83 Linux
diff --git a/tests/expected/sfdisk/dos-read-dump-case b/tests/expected/sfdisk/dos-read-dump-case
index 5d007f7db..81df50701 100644
--- a/tests/expected/sfdisk/dos-read-dump-case
+++ b/tests/expected/sfdisk/dos-read-dump-case
@@ -12,6 +12,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>2: Done.
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 8191 6144 3M 83 Linux
diff --git a/tests/expected/sfdisk/dos-resize b/tests/expected/sfdisk/dos-resize
index bb60fb450..c82d15fb3 100644
--- a/tests/expected/sfdisk/dos-resize
+++ b/tests/expected/sfdisk/dos-resize
@@ -12,6 +12,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 102399 100352 49M 82 Linux swap / Solaris
diff --git a/tests/expected/sfdisk/dos-simple-commas b/tests/expected/sfdisk/dos-simple-commas
index 54d41e858..e0b3e3734 100644
--- a/tests/expected/sfdisk/dos-simple-commas
+++ b/tests/expected/sfdisk/dos-simple-commas
@@ -15,6 +15,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>7: Done.
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 8191 6144 3M 83 Linux
diff --git a/tests/expected/sfdisk/dos-simple-space b/tests/expected/sfdisk/dos-simple-space
index 8d46fd8de..e690ba255 100644
--- a/tests/expected/sfdisk/dos-simple-space
+++ b/tests/expected/sfdisk/dos-simple-space
@@ -12,6 +12,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>4: Done.
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 8191 6144 3M 83 Linux
diff --git a/tests/expected/sfdisk/gpt-all-defaults b/tests/expected/sfdisk/gpt-all-defaults
index 08c110638..048ae3a9a 100644
--- a/tests/expected/sfdisk/gpt-all-defaults
+++ b/tests/expected/sfdisk/gpt-all-defaults
@@ -16,6 +16,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>6: Done.
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 12287 10240 5M Linux filesystem
diff --git a/tests/expected/sfdisk/gpt-read-dump b/tests/expected/sfdisk/gpt-read-dump
index 1398db848..a836ea93f 100644
--- a/tests/expected/sfdisk/gpt-read-dump
+++ b/tests/expected/sfdisk/gpt-read-dump
@@ -16,6 +16,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>5: Done.
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 8191 6144 3M Linux root (x86)
diff --git a/tests/expected/sfdisk/gpt-reorder b/tests/expected/sfdisk/gpt-reorder
index feab211f4..afc71165b 100644
--- a/tests/expected/sfdisk/gpt-reorder
+++ b/tests/expected/sfdisk/gpt-reorder
@@ -16,6 +16,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>5: Done.
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 8192 14335 6144 3M Linux filesystem
diff --git a/tests/expected/sfdisk/gpt-resize b/tests/expected/sfdisk/gpt-resize
index a336495b8..c9385c3c2 100644
--- a/tests/expected/sfdisk/gpt-resize
+++ b/tests/expected/sfdisk/gpt-resize
@@ -12,6 +12,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 102366 100319 49M Linux swap
diff --git a/tests/expected/sfdisk/movedata-down b/tests/expected/sfdisk/movedata-down
index 1640e16e9..8301de1cc 100644
--- a/tests/expected/sfdisk/movedata-down
+++ b/tests/expected/sfdisk/movedata-down
@@ -12,6 +12,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2548 23027 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/movedata-non-overlay b/tests/expected/sfdisk/movedata-non-overlay
index 5a31b7b05..3ea1e33e9 100644
--- a/tests/expected/sfdisk/movedata-non-overlay
+++ b/tests/expected/sfdisk/movedata-non-overlay
@@ -12,6 +12,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 63988 84467 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/movedata-up b/tests/expected/sfdisk/movedata-up
index dc348bd4c..75d159cc5 100644
--- a/tests/expected/sfdisk/movedata-up
+++ b/tests/expected/sfdisk/movedata-up
@@ -12,6 +12,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 3048 23527 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-0-move-up-absolute b/tests/expected/sfdisk/resize-dos-0-move-up-absolute
index 6419acf7b..93c0f882d 100644
--- a/tests/expected/sfdisk/resize-dos-0-move-up-absolute
+++ b/tests/expected/sfdisk/resize-dos-0-move-up-absolute
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 3000 23479 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-1-move-down-absolute b/tests/expected/sfdisk/resize-dos-1-move-down-absolute
index e8097b26c..87ee9cad5 100644
--- a/tests/expected/sfdisk/resize-dos-1-move-down-absolute
+++ b/tests/expected/sfdisk/resize-dos-1-move-down-absolute
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 22527 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-10-down-enlarge b/tests/expected/sfdisk/resize-dos-10-down-enlarge
index f4fbf8e02..d8d2accf9 100644
--- a/tests/expected/sfdisk/resize-dos-10-down-enlarge
+++ b/tests/expected/sfdisk/resize-dos-10-down-enlarge
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 204799 202752 99M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-11-absolute-move-resize b/tests/expected/sfdisk/resize-dos-11-absolute-move-resize
index 7d8447412..6e7b9dbe2 100644
--- a/tests/expected/sfdisk/resize-dos-11-absolute-move-resize
+++ b/tests/expected/sfdisk/resize-dos-11-absolute-move-resize
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 22527 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-12-reduce-midle b/tests/expected/sfdisk/resize-dos-12-reduce-midle
index 544e03a6c..da52b1663 100644
--- a/tests/expected/sfdisk/resize-dos-12-reduce-midle
+++ b/tests/expected/sfdisk/resize-dos-12-reduce-midle
@@ -16,6 +16,8 @@ Device Boot Start End Sectors Size Id Type
<removed>2:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 22527 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-13-max-last b/tests/expected/sfdisk/resize-dos-13-max-last
index ce8da907a..4afc793a0 100644
--- a/tests/expected/sfdisk/resize-dos-13-max-last
+++ b/tests/expected/sfdisk/resize-dos-13-max-last
@@ -16,6 +16,8 @@ Device Boot Start End Sectors Size Id Type
<removed>3:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 * 2048 22527 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-2-move-up-relative b/tests/expected/sfdisk/resize-dos-2-move-up-relative
index 86fe6acf6..7ec898197 100644
--- a/tests/expected/sfdisk/resize-dos-2-move-up-relative
+++ b/tests/expected/sfdisk/resize-dos-2-move-up-relative
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 4096 24575 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-3-move-down-relative b/tests/expected/sfdisk/resize-dos-3-move-down-relative
index 4bebc097e..7053b3916 100644
--- a/tests/expected/sfdisk/resize-dos-3-move-down-relative
+++ b/tests/expected/sfdisk/resize-dos-3-move-down-relative
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 22527 20480 10M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-4-enlarge-absolute b/tests/expected/sfdisk/resize-dos-4-enlarge-absolute
index d38dd63b5..cb603dc5c 100644
--- a/tests/expected/sfdisk/resize-dos-4-enlarge-absolute
+++ b/tests/expected/sfdisk/resize-dos-4-enlarge-absolute
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 32767 30720 15M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-5-reduce-absolute b/tests/expected/sfdisk/resize-dos-5-reduce-absolute
index fda9211f0..55afbed9c 100644
--- a/tests/expected/sfdisk/resize-dos-5-reduce-absolute
+++ b/tests/expected/sfdisk/resize-dos-5-reduce-absolute
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 12287 10240 5M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-6-enlarge-relative b/tests/expected/sfdisk/resize-dos-6-enlarge-relative
index 9643ef42a..ee0049070 100644
--- a/tests/expected/sfdisk/resize-dos-6-enlarge-relative
+++ b/tests/expected/sfdisk/resize-dos-6-enlarge-relative
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 32767 30720 15M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-7-reduce-relative b/tests/expected/sfdisk/resize-dos-7-reduce-relative
index 35397085a..8bb794e86 100644
--- a/tests/expected/sfdisk/resize-dos-7-reduce-relative
+++ b/tests/expected/sfdisk/resize-dos-7-reduce-relative
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 12287 10240 5M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-8-enlarge-all b/tests/expected/sfdisk/resize-dos-8-enlarge-all
index b082e8595..50805522f 100644
--- a/tests/expected/sfdisk/resize-dos-8-enlarge-all
+++ b/tests/expected/sfdisk/resize-dos-8-enlarge-all
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 2048 204799 202752 99M 83 Linux
diff --git a/tests/expected/sfdisk/resize-dos-9-up-preduce b/tests/expected/sfdisk/resize-dos-9-up-preduce
index 7dc9ade67..17d24ea4e 100644
--- a/tests/expected/sfdisk/resize-dos-9-up-preduce
+++ b/tests/expected/sfdisk/resize-dos-9-up-preduce
@@ -14,6 +14,8 @@ Device Boot Start End Sectors Size Id Type
<removed>1:
New situation:
+Disklabel type: dos
+Disk identifier: <removed>
Device Boot Start End Sectors Size Id Type
<removed>1 22528 204799 182272 89M 83 Linux
diff --git a/tests/expected/sfdisk/resize-gpt-0-move-up-absolute b/tests/expected/sfdisk/resize-gpt-0-move-up-absolute
index 975cc5726..041e78e4a 100644
--- a/tests/expected/sfdisk/resize-gpt-0-move-up-absolute
+++ b/tests/expected/sfdisk/resize-gpt-0-move-up-absolute
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 3000 23479 20480 10M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-1-move-down-absolute b/tests/expected/sfdisk/resize-gpt-1-move-down-absolute
index 78c2b72c7..24a9c9f1e 100644
--- a/tests/expected/sfdisk/resize-gpt-1-move-down-absolute
+++ b/tests/expected/sfdisk/resize-gpt-1-move-down-absolute
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 22527 20480 10M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-10-down-enlarge b/tests/expected/sfdisk/resize-gpt-10-down-enlarge
index aea694f42..5d6de25b6 100644
--- a/tests/expected/sfdisk/resize-gpt-10-down-enlarge
+++ b/tests/expected/sfdisk/resize-gpt-10-down-enlarge
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 204766 202719 99M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-11-absolute-move-resize b/tests/expected/sfdisk/resize-gpt-11-absolute-move-resize
index 654f733f2..ea6342a57 100644
--- a/tests/expected/sfdisk/resize-gpt-11-absolute-move-resize
+++ b/tests/expected/sfdisk/resize-gpt-11-absolute-move-resize
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 22527 20480 10M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-12-reduce-midle b/tests/expected/sfdisk/resize-gpt-12-reduce-midle
index 4fd9ef1df..20bd555d2 100644
--- a/tests/expected/sfdisk/resize-gpt-12-reduce-midle
+++ b/tests/expected/sfdisk/resize-gpt-12-reduce-midle
@@ -16,6 +16,8 @@ Device Start End Sectors Size Type
<removed>2:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 22527 20480 10M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-13-max-last b/tests/expected/sfdisk/resize-gpt-13-max-last
index 8d34dfdf5..bb6f3e171 100644
--- a/tests/expected/sfdisk/resize-gpt-13-max-last
+++ b/tests/expected/sfdisk/resize-gpt-13-max-last
@@ -16,6 +16,8 @@ Device Start End Sectors Size Type
<removed>3:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 22527 20480 10M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-2-move-up-relative b/tests/expected/sfdisk/resize-gpt-2-move-up-relative
index 04d7682a7..5ff108f08 100644
--- a/tests/expected/sfdisk/resize-gpt-2-move-up-relative
+++ b/tests/expected/sfdisk/resize-gpt-2-move-up-relative
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 4096 24575 20480 10M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-3-move-down-relative b/tests/expected/sfdisk/resize-gpt-3-move-down-relative
index 254fbc5ee..100a9cf65 100644
--- a/tests/expected/sfdisk/resize-gpt-3-move-down-relative
+++ b/tests/expected/sfdisk/resize-gpt-3-move-down-relative
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 22527 20480 10M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-4-enlarge-absolute b/tests/expected/sfdisk/resize-gpt-4-enlarge-absolute
index 305da1892..f98403457 100644
--- a/tests/expected/sfdisk/resize-gpt-4-enlarge-absolute
+++ b/tests/expected/sfdisk/resize-gpt-4-enlarge-absolute
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 32767 30720 15M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-5-reduce-absolute b/tests/expected/sfdisk/resize-gpt-5-reduce-absolute
index 647420c95..9c4a03454 100644
--- a/tests/expected/sfdisk/resize-gpt-5-reduce-absolute
+++ b/tests/expected/sfdisk/resize-gpt-5-reduce-absolute
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 12287 10240 5M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-6-enlarge-relative b/tests/expected/sfdisk/resize-gpt-6-enlarge-relative
index 258d35b4f..897732319 100644
--- a/tests/expected/sfdisk/resize-gpt-6-enlarge-relative
+++ b/tests/expected/sfdisk/resize-gpt-6-enlarge-relative
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 32767 30720 15M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-7-reduce-relative b/tests/expected/sfdisk/resize-gpt-7-reduce-relative
index 3ded4fb82..ec85e1b3a 100644
--- a/tests/expected/sfdisk/resize-gpt-7-reduce-relative
+++ b/tests/expected/sfdisk/resize-gpt-7-reduce-relative
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 12287 10240 5M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-8-enlarge-all b/tests/expected/sfdisk/resize-gpt-8-enlarge-all
index a98349d19..f7a569cc7 100644
--- a/tests/expected/sfdisk/resize-gpt-8-enlarge-all
+++ b/tests/expected/sfdisk/resize-gpt-8-enlarge-all
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 204766 202719 99M Linux filesystem
diff --git a/tests/expected/sfdisk/resize-gpt-9-up-preduce b/tests/expected/sfdisk/resize-gpt-9-up-preduce
index cf174838f..6fab84fdd 100644
--- a/tests/expected/sfdisk/resize-gpt-9-up-preduce
+++ b/tests/expected/sfdisk/resize-gpt-9-up-preduce
@@ -14,6 +14,8 @@ Device Start End Sectors Size Type
<removed>1:
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 22528 204766 182239 89M Linux filesystem
diff --git a/tests/expected/sfdisk/script-quotes b/tests/expected/sfdisk/script-quotes
index 42d3bfd64..65f390554 100644
--- a/tests/expected/sfdisk/script-quotes
+++ b/tests/expected/sfdisk/script-quotes
@@ -16,6 +16,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>5: Done.
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 8191 6144 3M Linux filesystem
diff --git a/tests/expected/sfdisk/script-separator b/tests/expected/sfdisk/script-separator
index a09d476ba..e861cc07c 100644
--- a/tests/expected/sfdisk/script-separator
+++ b/tests/expected/sfdisk/script-separator
@@ -16,6 +16,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>5: Done.
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 8191 6144 3M Linux filesystem
diff --git a/tests/expected/sfdisk/script-type-and-id b/tests/expected/sfdisk/script-type-and-id
index d9e857023..e04ee51ab 100644
--- a/tests/expected/sfdisk/script-type-and-id
+++ b/tests/expected/sfdisk/script-type-and-id
@@ -16,6 +16,8 @@ I/O size (minimum/optimal): 4096 bytes / <removed> bytes
<removed>5: Done.
New situation:
+Disklabel type: gpt
+Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 8191 6144 3M Linux root (x86)