OSDN Git Service

tests: fix misleading mkpart usage
authorJim Meyering <meyering@redhat.com>
Sun, 8 Jan 2012 17:03:34 +0000 (18:03 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 8 Jan 2012 17:05:32 +0000 (18:05 +0100)
commit5ce39625c2619346b2ec5ea650159f3093a63009
treeac90ba723554a335301e9d40e06a35032df1ec58
parentff479df0cbf03a024537d715e1831b357c5f331c
tests: fix misleading mkpart usage

Using "primary" is fine (and common) as a partition *type* for dos
partition tables, but with a partition table of type GPT, it is
downright misleading to specify the partition *name* as "primary".
* tests/t0220-gpt-msftres.sh: Use "p-name" as partition name,
rather than misleading "primary".
* tests/t7000-scripting.sh: Likewise.
tests/t0220-gpt-msftres.sh
tests/t7000-scripting.sh