From: Ruediger Meier Date: Thu, 10 Dec 2015 17:02:28 +0000 (+0100) Subject: tests: sfdisk/gpt-reorder, add missing results X-Git-Tag: v2.28-rc1~222^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ea6964367bfb2d259f3db53fc5d682cc6f0ecd9;p=thirdparty%2Futil-linux.git tests: sfdisk/gpt-reorder, add missing results follow-up 9a17d946 Signed-off-by: Ruediger Meier --- diff --git a/tests/expected/sfdisk/gpt-reorder b/tests/expected/sfdisk/gpt-reorder new file mode 100644 index 0000000000..4448e08a9c --- /dev/null +++ b/tests/expected/sfdisk/gpt-reorder @@ -0,0 +1,45 @@ +Checking that no-one is using this disk right now ... OK + +Disk : 50 MiB, 52428800 bytes, 102400 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 32768 bytes + +>>> Script header accepted. +>>> Script header accepted. +>>> Script header accepted. +>>> Created a new . +Created a new . +2: Created a new . +3: Created a new . +4: Created a new . +5: +New situation: + +Device Start End Sectors Size Type +1 8192 14335 6144 3M Linux filesystem +2 2048 8191 6144 3M Linux filesystem +3 20480 102366 81887 40M Linux filesystem +4 14336 20479 6144 3M Linux filesystem + +Partition table entries are not in disk order. + +The partition table has been altered. +Calling ioctl() to re-read partition table. +Syncing disks. + +The partition table has been altered. +Calling ioctl() to re-read partition table. +Syncing disks. +Disk : 50 MiB, 52428800 bytes, 102400 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 32768 bytes +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +1 2048 8191 6144 3M Linux filesystem +2 8192 14335 6144 3M Linux filesystem +3 14336 20479 6144 3M Linux filesystem +4 20480 102366 81887 40M Linux filesystem