From: Pali Rohár Date: Thu, 8 Jan 2015 16:46:58 +0000 (+0100) Subject: tests: Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.5) X-Git-Tag: v2.26-rc1~53^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25596bf6ddd9b5da8fa89a7d573a4d9f3f18d67b;p=thirdparty%2Futil-linux.git tests: Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.5) $ dd if=/dev/zero of=/tmp/test bs=1M count=10 $ newfs_udf -L discname /tmp/test Version from UDFclient 0.7.5 does not generate default Volume set identifier according to OSTA UDF specification. But it is used so for test is usefull. --- diff --git a/tests/expected/blkid/low-probe-udf-hdd-udfclient-0.7.5 b/tests/expected/blkid/low-probe-udf-hdd-udfclient-0.7.5 new file mode 100644 index 0000000000..9a82f00c95 --- /dev/null +++ b/tests/expected/blkid/low-probe-udf-hdd-udfclient-0.7.5 @@ -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=20c624ac +ID_FS_UUID_ENC=20c624ac +ID_FS_VOLUME_ID=29b7712e +ID_FS_VOLUME_SET_ID=20c624ac diff --git a/tests/ts/blkid/images-fs/udf-hdd-udfclient-0.7.5.img.bz2 b/tests/ts/blkid/images-fs/udf-hdd-udfclient-0.7.5.img.bz2 new file mode 100644 index 0000000000..9b4a84680d Binary files /dev/null and b/tests/ts/blkid/images-fs/udf-hdd-udfclient-0.7.5.img.bz2 differ