diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/blkid/low-probe-xfs | 7 | ||||
-rw-r--r-- | tests/expected/blkid/low-probe-xfs-log | 3 | ||||
-rw-r--r-- | tests/expected/blkid/low-probe-xfs-v5 | 7 |
3 files changed, 17 insertions, 0 deletions
diff --git a/tests/expected/blkid/low-probe-xfs b/tests/expected/blkid/low-probe-xfs new file mode 100644 index 0000000..6eb1b46 --- /dev/null +++ b/tests/expected/blkid/low-probe-xfs @@ -0,0 +1,7 @@ +ID_FS_BLOCK_SIZE=512 +ID_FS_LABEL=test-xfs +ID_FS_LABEL_ENC=test-xfs +ID_FS_TYPE=xfs +ID_FS_USAGE=filesystem +ID_FS_UUID=8c8a0a5a-9f57-492e-9610-45a61f38f58a +ID_FS_UUID_ENC=8c8a0a5a-9f57-492e-9610-45a61f38f58a diff --git a/tests/expected/blkid/low-probe-xfs-log b/tests/expected/blkid/low-probe-xfs-log new file mode 100644 index 0000000..6cfb180 --- /dev/null +++ b/tests/expected/blkid/low-probe-xfs-log @@ -0,0 +1,3 @@ +ID_FS_LOGUUID=4063d453-5c01-46ce-b92f-9523d64aecc7 +ID_FS_TYPE=xfs_external_log +ID_FS_USAGE=other diff --git a/tests/expected/blkid/low-probe-xfs-v5 b/tests/expected/blkid/low-probe-xfs-v5 new file mode 100644 index 0000000..513a381 --- /dev/null +++ b/tests/expected/blkid/low-probe-xfs-v5 @@ -0,0 +1,7 @@ +ID_FS_BLOCK_SIZE=512 +ID_FS_LABEL=test-xfs-v5 +ID_FS_LABEL_ENC=test-xfs-v5 +ID_FS_TYPE=xfs +ID_FS_USAGE=filesystem +ID_FS_UUID=3fdcb214-0f39-466d-a81a-a1fb114fe7cd +ID_FS_UUID_ENC=3fdcb214-0f39-466d-a81a-a1fb114fe7cd |