From 8273ef25fa75052fdb71fcd79c94d1fba6d8459d Mon Sep 17 00:00:00 2001 From: Vaclav Dolezal Date: Wed, 24 Jan 2018 12:20:11 +0100 Subject: [PATCH] tests: added missing expected outputs for partx (atari) Signed-off-by: Vaclav Dolezal --- tests/expected/partx/partx-image-atari-icd | 7 +++++++ tests/expected/partx/partx-image-atari-xgm | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 tests/expected/partx/partx-image-atari-icd create mode 100644 tests/expected/partx/partx-image-atari-xgm diff --git a/tests/expected/partx/partx-image-atari-icd b/tests/expected/partx/partx-image-atari-icd new file mode 100644 index 0000000000..8677dff03f --- /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 0000000000..248d6a56a0 --- /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 -- 2.47.3