]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.5)
authorPali Rohár <pali.rohar@gmail.com>
Thu, 8 Jan 2015 16:46:58 +0000 (17:46 +0100)
committerPali Rohár <pali.rohar@gmail.com>
Thu, 8 Jan 2015 16:46:58 +0000 (17:46 +0100)
commit25596bf6ddd9b5da8fa89a7d573a4d9f3f18d67b
tree51c8cc5ccd40dc56bd5615d834ff19498750f5e8
parent38610dba6038b3911808f705e9cb13efc31c9333
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.
tests/expected/blkid/low-probe-udf-hdd-udfclient-0.7.5 [new file with mode: 0644]
tests/ts/blkid/images-fs/udf-hdd-udfclient-0.7.5.img.bz2 [new file with mode: 0644]