From: Vaclav Dolezal Date: Tue, 23 Jan 2018 15:10:59 +0000 (+0100) Subject: tests: added test for libblkid atari pt X-Git-Tag: v2.32-rc1~42^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8326045ace634663af9985aa9940112bcce2270d;p=thirdparty%2Futil-linux.git tests: added test for libblkid atari pt Signed-off-by: Vaclav Dolezal --- diff --git a/tests/expected/blkid/lowprobe-pt-atari-icd b/tests/expected/blkid/lowprobe-pt-atari-icd new file mode 100644 index 0000000000..29942b1235 --- /dev/null +++ b/tests/expected/blkid/lowprobe-pt-atari-icd @@ -0,0 +1,8 @@ +size: 8388608, sector size: 512, PT: atari, offset: 0, id=(null) +--- +#1: 65 4032 0x0 type='FAT' +#2: 4097 904 0x0 type='FOO' +#4: 12289 4096 0x0 type='BAR' +#5: 5002 1999 0x0 type='GEM' +#6: 7003 3238 0x0 type='RAW' +#7: 10241 2048 0x0 type='RAW' diff --git a/tests/expected/blkid/lowprobe-pt-atari-xgm b/tests/expected/blkid/lowprobe-pt-atari-xgm new file mode 100644 index 0000000000..4b77566550 --- /dev/null +++ b/tests/expected/blkid/lowprobe-pt-atari-xgm @@ -0,0 +1,8 @@ +size: 8388608, sector size: 512, PT: atari, offset: 0, id=(null) +--- +#1: 65 4032 0x0 type='FAT' +#2: 4097 904 0x0 type='FOO' +#3: 5002 1999 0x0 type='GEM' +#4: 7003 3238 0x0 type='RAW' +#5: 10241 2048 0x0 type='RAW' +#6: 12289 4096 0x0 type='BAR' diff --git a/tests/ts/blkid/images-pt/atari-icd.img.xz b/tests/ts/blkid/images-pt/atari-icd.img.xz new file mode 100644 index 0000000000..00a2aba49a Binary files /dev/null and b/tests/ts/blkid/images-pt/atari-icd.img.xz differ diff --git a/tests/ts/blkid/images-pt/atari-xgm.img.xz b/tests/ts/blkid/images-pt/atari-xgm.img.xz new file mode 100644 index 0000000000..bc2b8f94a7 Binary files /dev/null and b/tests/ts/blkid/images-pt/atari-xgm.img.xz differ