summaryrefslogtreecommitdiff
path: root/tests/t2400-dos-hfs-partition-type.sh
diff options
context:
space:
mode:
authorArvin Schnell <aschnell@suse.com>2022-05-11 14:02:21 +0000
committerBrian C. Lane <bcl@redhat.com>2022-05-13 10:32:06 -0700
commit61b3a9733c0e0a79ccc43096642d378c8706add6 (patch)
tree48d20b665ea5ea3f8a85d550046902f56a20404a /tests/t2400-dos-hfs-partition-type.sh
parentcec533a00a2cd0b64a7a0f5debc26554f6025831 (diff)
downloadparted-61b3a9733c0e0a79ccc43096642d378c8706add6.tar.gz
parted: add type command
Include the partition type-id and type-uuid in the JSON output. Also add the the command 'type' to set them. Remove redundant flags from DosPartitionData and use only the system variable. Signed-off-by: Brian C. Lane <bcl@redhat.com>
Diffstat (limited to 'tests/t2400-dos-hfs-partition-type.sh')
-rw-r--r--tests/t2400-dos-hfs-partition-type.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t2400-dos-hfs-partition-type.sh b/tests/t2400-dos-hfs-partition-type.sh
index 6733683..8c54ec4 100644
--- a/tests/t2400-dos-hfs-partition-type.sh
+++ b/tests/t2400-dos-hfs-partition-type.sh
@@ -24,7 +24,7 @@ n_sectors=8000
dd if=/dev/null of=$dev bs=$ss seek=$n_sectors || framework_failure
-# create a GPT partition table
+# create a MS-DOS partition table
parted -s $dev mklabel msdos \
mkpart pri hfs 2048s 4095s \
mkpart pri hfs+ 4096s 6143s > out 2>&1 || fail=1