summaryrefslogtreecommitdiffstats
path: root/tests/expected/libfdisk
diff options
context:
space:
mode:
authorSebastian Rasmussen2016-05-29 22:11:52 +0200
committerSebastian Rasmussen2016-05-31 23:51:07 +0200
commitd1b7bfe5068d4aa3ee37d3755f0020aaa839b087 (patch)
tree466410a65e8cd000364530b5f6c26582dc9ed5ff /tests/expected/libfdisk
parentmisc: Fix various typos (diff)
downloadkernel-qcow2-util-linux-d1b7bfe5068d4aa3ee37d3755f0020aaa839b087.tar.gz
kernel-qcow2-util-linux-d1b7bfe5068d4aa3ee37d3755f0020aaa839b087.tar.xz
kernel-qcow2-util-linux-d1b7bfe5068d4aa3ee37d3755f0020aaa839b087.zip
fdisk: Fix typo RequiredPartiton -> RequiredPartition
This typo fix is backwards compatible in that fdisk will accept both the GPT attribute RequiredPartition and RequiredPartiton with the typo. Update documentation and tests to all use the new attribute name. Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
Diffstat (limited to 'tests/expected/libfdisk')
-rw-r--r--tests/expected/libfdisk/gpt-all-defaults-with-typo21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/expected/libfdisk/gpt-all-defaults-with-typo b/tests/expected/libfdisk/gpt-all-defaults-with-typo
new file mode 100644
index 000000000..665525e41
--- /dev/null
+++ b/tests/expected/libfdisk/gpt-all-defaults-with-typo
@@ -0,0 +1,21 @@
+Checking that no-one is using this disk right now ... OK
+
+Disk <removed>: 10 MiB, 10485760 bytes, 20480 sectors
+Units: sectors of 1 * 512 = 512 bytes
+Sector size (logical/physical): 512 bytes / 512 bytes
+I/O size (minimum/optimal): 512 bytes / <removed> bytes
+
+>>> Script header accepted.
+>>> Script header accepted.
+>>> Created a new <removed>.
+Created a new <removed>.
+<removed>2: Created a new <removed>.
+<removed>3:
+New situation:
+
+Device Start End Sectors Size Type
+<removed>1 2048 12287 10240 5M Linux filesystem
+<removed>2 12288 20446 8159 4M Linux filesystem
+
+The partition table has been altered.
+Syncing disks.