From: Pali Rohár Date: Thu, 8 Jan 2015 16:23:32 +0000 (+0100) Subject: tests: Add UDF hdd image created by Linux mkudffs X-Git-Tag: v2.26-rc1~53^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806df9b6b1380440608a98bc4c25dfccd7f8db6a;p=thirdparty%2Futil-linux.git tests: Add UDF hdd image created by Linux mkudffs $ dd if=/dev/zero of=/tmp/test bs=1M count=10 $ mkudffs -b 512 /tmp/test --- diff --git a/tests/expected/blkid/low-probe-udf-hdd-mkudffs b/tests/expected/blkid/low-probe-udf-hdd-mkudffs new file mode 100644 index 0000000000..622e0ad15d --- /dev/null +++ b/tests/expected/blkid/low-probe-udf-hdd-mkudffs @@ -0,0 +1,9 @@ +ID_FS_LABEL=LinuxUDF +ID_FS_LABEL_ENC=LinuxUDF +ID_FS_LOGICAL_VOLUME_ID=LinuxUDF +ID_FS_TYPE=udf +ID_FS_USAGE=filesystem +ID_FS_UUID=54aeb252LinuxUDF +ID_FS_UUID_ENC=54aeb252LinuxUDF +ID_FS_VOLUME_ID=LinuxUDF +ID_FS_VOLUME_SET_ID=54aeb252LinuxUDF diff --git a/tests/ts/blkid/images-fs/udf-hdd-mkudffs.img.bz2 b/tests/ts/blkid/images-fs/udf-hdd-mkudffs.img.bz2 new file mode 100644 index 0000000000..b088d0fe63 Binary files /dev/null and b/tests/ts/blkid/images-fs/udf-hdd-mkudffs.img.bz2 differ