summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk/oddinput
Commit message (Collapse)AuthorAgeFilesLines
* tests: don't depend on GNU md5sumRuediger Meier2016-04-131-0/+1
| | | | Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
| | | | | | Using "codespell" from https://github.com/lucasdemarchi/codespell Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: check commands needed for running a test existSami Kerola2014-03-071-0/+2
| | | | | 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: update 'odd input' fdisk testKarel Zak2013-03-111-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: tests: update oddinput testDavidlohr Bueso2012-06-211-2/+3
| | | | | | | | Adding mbr to the API breaks this test, specifically when reading the first 512 bytes of the MBR, update the expected output for oddinput.toosmall. Also let the test create and remove the test file instead of having it in the expected directory. Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk testsKarel Zak2010-06-161-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix and update old fdisk testsKarel Zak2010-02-091-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: add regression test listing empty/nonsense imagesZdenek Behan2009-11-021-0/+39
Signed-off-by: Zdenek Behan <rain@matfyz.cz>