summaryrefslogtreecommitdiff
path: root/tests/gpt-header-munge
Commit message (Collapse)AuthorAgeFilesLines
* testing: Use little-endian packing in gpt testsBrian C. Lane2014-04-101-3/+3
| | | | | | | | | | | | Fix gpt-header-move.py and gpt-header-munge to use little endian when packing and unpacking. This allows us to turn the t0210 and t0211 tests back on for big-endian systems. * tests/gpt-header-move.py: Use little endian for pack/unpack * tests/gpt-header-munge: Same * tests/t-lib-helpers.sh: Add requires_64bit_ that checks for x86_64 and ppc64 * tests/t0210-gpt-resized-partition-entry-array.sh: Remove x86_64 test * tests/t0211-gpt-rewrite-header.sh: Same
* maint: a little defensive programming in a test scriptJim Meyering2011-11-111-1/+2
| | | | | * tests/gpt-header-munge: Use "local *F;" to limit scope of file handles.
* tests: rewrite/complete GPT-munging perl scriptJim Meyering2011-11-041-0/+284
Rewrite and complete this script. It was incomplete and buggy. Now it works. * tests/gpt-header-munge: Rename from ... * tests/perl-munge-9-PTE-table: ...this.