summaryrefslogtreecommitdiffstats
path: root/tests/expected/fdisk/oddinput
Commit message (Collapse)AuthorAgeFilesLines
* 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: update fdisk formattingKarel Zak2014-10-141-1/+0Star
| | | | | | | fdisk --list does no more use extra linebreak (\n) before and after partition table entries. Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: fix fdisk_get_optimal_iosize() and update testsKarel Zak2014-08-201-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: update tests and clean up outputKarel Zak2014-08-081-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update odd output fdisk testKarel Zak2013-09-251-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: refresh fdisk testsKarel Zak2013-09-181-2/+2
|
* tests: update 'odd input' fdisk testKarel Zak2013-03-111-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: remove lt- prefixesKarel Zak2012-07-301-2/+2
| | | | | Reported-by: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk test (default output format changed)Petr Uzel2012-07-261-1/+1
| | | | Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* tests: update oddinput testKarel Zak2012-07-231-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: tests: update oddinput testDavidlohr Bueso2012-06-211-0/+1
| | | | | | | | 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>
* tests: update fdisk testKarel Zak2012-05-101-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: updateKarel Zak2012-03-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: update fdisk testsFrancesco Cosoleto2011-12-161-1/+0Star
| | | | Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
* tests: update fdisk testsKarel Zak2010-03-111-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix and update old fdisk testsKarel Zak2010-02-091-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: print info and recommendations about alignmentKarel Zak2009-11-181-0/+1
| | | | | | | | | | * inform user that phy.sector > log.sector * warn user when alignment_offset is not provided does, DOS-compatible mode is enabled and the default geo.sectors are not aligned * suggest to change display units to sectors (oh yes, fdisk default are cylinders...) Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: add regression test listing empty/nonsense imagesZdenek Behan2009-11-021-0/+12
Signed-off-by: Zdenek Behan <rain@matfyz.cz>