summaryrefslogtreecommitdiff
path: root/tests/t2400-dos-hfs-partition-type.sh
diff options
context:
space:
mode:
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