diff options
author | Vaclav Dolezal | 2018-01-24 12:20:11 +0100 |
---|---|---|
committer | Vaclav Dolezal | 2018-01-24 12:20:11 +0100 |
commit | 8273ef25fa75052fdb71fcd79c94d1fba6d8459d (patch) | |
tree | be03ce1ff71b9a0e79f32401bd9a541adc865112 /tests | |
parent | libblkid: atari - fix bad variable name (diff) | |
download | kernel-qcow2-util-linux-8273ef25fa75052fdb71fcd79c94d1fba6d8459d.tar.gz kernel-qcow2-util-linux-8273ef25fa75052fdb71fcd79c94d1fba6d8459d.tar.xz kernel-qcow2-util-linux-8273ef25fa75052fdb71fcd79c94d1fba6d8459d.zip |
tests: added missing expected outputs for partx (atari)
Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/expected/partx/partx-image-atari-icd | 7 | ||||
-rw-r--r-- | tests/expected/partx/partx-image-atari-xgm | 7 |
2 files changed, 14 insertions, 0 deletions
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 |