OSDN Git Service

tests: set PARTED_TEST_NAME, for valgrind
[android-x86/external-parted.git] / tests / t0211-gpt-rewrite-header.sh
index cfc9de6..85fe5a2 100644 (file)
@@ -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 \