]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add new fdisk bsd test
authorKarel Zak <kzak@redhat.com>
Wed, 16 Mar 2016 12:42:08 +0000 (13:42 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Mar 2016 13:01:23 +0000 (14:01 +0100)
commit8a2d738aa1d71be7b187878851028c192b626ab4
treee9fbef26c8194790383e4ca122feec1ba9a249cb
parent4c48db0b8c0edd6fc9b010f9accc3c20f24c4277
tests: add new fdisk bsd test

New BDS test based on hexdump, this commit provides:

bsd_0_64.BE - generated on ppc64
bsd_0_64.LE - generated on ppc64le
bsd_1_0.LE - generated on x86_64
bsd_1_0.BE - generated on s390

the last missing is Alpha where all is different :-)

Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/fdisk/bsd_0_64.BE [new file with mode: 0644]
tests/expected/fdisk/bsd_0_64.LE [new file with mode: 0644]
tests/expected/fdisk/bsd_1_0.BE [new file with mode: 0644]
tests/expected/fdisk/bsd_1_0.LE [new file with mode: 0644]
tests/ts/fdisk/bsd [new file with mode: 0755]