summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk/gpt
Commit message (Collapse)AuthorAgeFilesLines
* tests: avoid &>> for bash compatibilityRuediger Meier2015-03-261-1/+1
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: update fdisk formattingKarel Zak2014-10-141-1/+1
| | | | | | | fdisk --list does no more use extra linebreak (\n) before and after partition table entries. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: check commands needed for running a test existSami Kerola2014-03-071-1/+3
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: avoid executing dirname(1) commandSami Kerola2014-02-171-1/+1
| | | | | | Bash parameter expansion does the same thing. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: test corruted GPT headersKarel Zak2013-10-231-1/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: refresh fdisk testsKarel Zak2013-09-181-5/+2Star
|
* tests: ignore stderr in fdisk -lKarel Zak2013-03-111-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add fdisk GPT testKarel Zak2013-03-061-0/+84
Note that the test does not check on-disk data (by checksum) because the current fdisk does not allow to modify automatically generated partition and disk UUIDs. Signed-off-by: Karel Zak <kzak@redhat.com>