diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/blkid/low-probe-swap1 | 10 | ||||
-rw-r--r-- | tests/expected/blkid/low-probe-swap1-big | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/tests/expected/blkid/low-probe-swap1 b/tests/expected/blkid/low-probe-swap1 new file mode 100644 index 0000000..89b2e0e --- /dev/null +++ b/tests/expected/blkid/low-probe-swap1 @@ -0,0 +1,10 @@ +ID_FS_ENDIANNESS=LITTLE +ID_FS_FSBLOCKSIZE=4096 +ID_FS_FSSIZE=258048 +ID_FS_LABEL=SWAP-TEST +ID_FS_LABEL_ENC=SWAP-TEST +ID_FS_TYPE=swap +ID_FS_USAGE=other +ID_FS_UUID=8ff8e77f-8553-485e-8656-58be67a81666 +ID_FS_UUID_ENC=8ff8e77f-8553-485e-8656-58be67a81666 +ID_FS_VERSION=1 diff --git a/tests/expected/blkid/low-probe-swap1-big b/tests/expected/blkid/low-probe-swap1-big new file mode 100644 index 0000000..e943921 --- /dev/null +++ b/tests/expected/blkid/low-probe-swap1-big @@ -0,0 +1,10 @@ +ID_FS_ENDIANNESS=BIG +ID_FS_FSBLOCKSIZE=8192 +ID_FS_FSSIZE=1040384 +ID_FS_LABEL=big +ID_FS_LABEL_ENC=big +ID_FS_TYPE=swap +ID_FS_USAGE=other +ID_FS_UUID=2aeb82d0-6d84-4c4a-9d71-9c8f335816ce +ID_FS_UUID_ENC=2aeb82d0-6d84-4c4a-9d71-9c8f335816ce +ID_FS_VERSION=1 |