summaryrefslogtreecommitdiffstats
path: root/tests/expected
diff options
context:
space:
mode:
authorKarel Zak2018-01-31 11:08:06 +0100
committerKarel Zak2018-01-31 11:08:06 +0100
commit9a84ecc0d8218401696e8a7255ae4fe1d9e829ce (patch)
tree98f99a2a48806186276937e38787d6233f24318e /tests/expected
parentdocs: update TODO (diff)
parentlibblkid: atari - reject devices with blocksize != 512 (diff)
downloadkernel-qcow2-util-linux-9a84ecc0d8218401696e8a7255ae4fe1d9e829ce.tar.gz
kernel-qcow2-util-linux-9a84ecc0d8218401696e8a7255ae4fe1d9e829ce.tar.xz
kernel-qcow2-util-linux-9a84ecc0d8218401696e8a7255ae4fe1d9e829ce.zip
Merge branch 'libblkid-atari' of https://github.com/yontalcar/util-linux
* 'libblkid-atari' of https://github.com/yontalcar/util-linux: libblkid: atari - reject devices with blocksize != 512 libblkid: atari - don't add duplicate entries libblkid: atari - test if any partition fits disk size tests: added missing expected outputs for partx (atari) libblkid: atari - fix bad variable name tests: added test for libblkid atari pt libblkid: Support for Atari partitioning scheme
Diffstat (limited to 'tests/expected')
-rw-r--r--tests/expected/blkid/lowprobe-pt-atari-icd8
-rw-r--r--tests/expected/blkid/lowprobe-pt-atari-xgm8
-rw-r--r--tests/expected/partx/partx-image-atari-icd7
-rw-r--r--tests/expected/partx/partx-image-atari-xgm7
4 files changed, 30 insertions, 0 deletions
diff --git a/tests/expected/blkid/lowprobe-pt-atari-icd b/tests/expected/blkid/lowprobe-pt-atari-icd
new file mode 100644
index 000000000..29942b123
--- /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 000000000..4b7756655
--- /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/expected/partx/partx-image-atari-icd b/tests/expected/partx/partx-image-atari-icd
new file mode 100644
index 000000000..8677dff03
--- /dev/null
+++ b/tests/expected/partx/partx-image-atari-icd
@@ -0,0 +1,7 @@
+NR START END SECTORS SIZE NAME UUID
+ 1 65 4096 4032 2M
+ 2 4097 5000 904 452K
+ 4 12289 16384 4096 2M
+ 5 5002 7000 1999 999.5K
+ 6 7003 10240 3238 1.6M
+ 7 10241 12288 2048 1M
diff --git a/tests/expected/partx/partx-image-atari-xgm b/tests/expected/partx/partx-image-atari-xgm
new file mode 100644
index 000000000..248d6a56a
--- /dev/null
+++ b/tests/expected/partx/partx-image-atari-xgm
@@ -0,0 +1,7 @@
+NR START END SECTORS SIZE NAME UUID
+ 1 65 4096 4032 2M
+ 2 4097 5000 904 452K
+ 3 5002 7000 1999 999.5K
+ 4 7003 10240 3238 1.6M
+ 5 10241 12288 2048 1M
+ 6 12289 16384 4096 2M