summaryrefslogtreecommitdiff
path: root/tests/ts/fdisk/doslabel
AgeCommit message (Collapse)AuthorFilesLines
2010-11-30rename util-linux-ng back to util-linuxKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16tests: update fdisk testsKarel Zak1-11/+11
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-02-09tests: fix and update old fdisk testsKarel Zak1-12/+12
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-08-17tests: fdisk doslabel test also checks setting partition activeZdenek Behan1-0/+6
* Yet another test, this time for setting active partition Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-08-17tests: fdisk doslabel test also checks changing partition typeZdenek Behan1-9/+20
* Changed apostrophes around test commands to quotes, this makes vim syntax highlighting more happy, and makes the newlines stand out. * Added check for changing partition type. After the change is done and checked, the partition is deleted and re-created to not mess with the other md5's already in place... Signed-off-by: Zdenek Behan <rain@matfyz.cz>
2009-05-19fdisk: add simple test for doslabel stuffZdenek Behan1-0/+82
Initial tests/fdisk patch to test most of the doslabel-related stuff. Coverage of dos-related functions is about 60%, does not test the verify/fix-PT code. [kzak@redhat.com: - fix test design to match to output/expect/diff idea] Signed-off-by: Zdenek Behan <rain@matfyz.cz> Signed-off-by: Karel Zak <kzak@redhat.com>