From: Pali Rohár Date: Thu, 8 Jan 2015 16:50:38 +0000 (+0100) Subject: tests: Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.7) X-Git-Tag: v2.26-rc1~53^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380f88f10828e37648e56a9fefadd1f4de2dafae;p=thirdparty%2Futil-linux.git tests: Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.7) $ dd if=/dev/zero of=/tmp/test bs=1M count=10 $ newfs_udf -L discname /tmp/test Version from UDFclient 0.7.7 generate default Volume set identifier correctly. --- diff --git a/tests/expected/blkid/low-probe-udf-hdd-udfclient-0.7.7 b/tests/expected/blkid/low-probe-udf-hdd-udfclient-0.7.7 new file mode 100644 index 0000000000..b33be5fcf8 --- /dev/null +++ b/tests/expected/blkid/low-probe-udf-hdd-udfclient-0.7.7 @@ -0,0 +1,9 @@ +ID_FS_LABEL=discname +ID_FS_LABEL_ENC=discname +ID_FS_LOGICAL_VOLUME_ID=discname +ID_FS_TYPE=udf +ID_FS_USAGE=filesystem +ID_FS_UUID=54aeb3b66dd41fde +ID_FS_UUID_ENC=54aeb3b66dd41fde +ID_FS_VOLUME_ID=5ea1a197 +ID_FS_VOLUME_SET_ID=54aeb3b66dd41fde diff --git a/tests/ts/blkid/images-fs/udf-hdd-udfclient-0.7.7.img.bz2 b/tests/ts/blkid/images-fs/udf-hdd-udfclient-0.7.7.img.bz2 new file mode 100644 index 0000000000..f81be623f7 Binary files /dev/null and b/tests/ts/blkid/images-fs/udf-hdd-udfclient-0.7.7.img.bz2 differ