X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=tests%2Ft0211-gpt-rewrite-header.sh;h=85fe5a23f87ba5d06bc6c40b31cc46c31685cd45;hb=4fa3a6b22cece434126953cb8d686359a9416cef;hp=cfc9de663da658d597e3d604a8f4f219171ac12c;hpb=905811b14ae10a0d292b9da58469ff788e1cdd73;p=android-x86%2Fexternal-parted.git diff --git a/tests/t0211-gpt-rewrite-header.sh b/tests/t0211-gpt-rewrite-header.sh index cfc9de6..85fe5a2 100644 --- a/tests/t0211-gpt-rewrite-header.sh +++ b/tests/t0211-gpt-rewrite-header.sh @@ -31,7 +31,7 @@ dev=loop-file # create a file large enough to hold a GPT partition table dd if=/dev/null of=$dev bs=$ss seek=$ns || framework_failure -# create a GPT partition table with 9 PTEs. +# create a GPT partition table with 9 partitions in a standard 128-entry table. parted -a min -s $dev mklabel gpt \ mkpart p1 34s 34s \ mkpart p2 35s 35s \