Re: [Toybox] [PATCH] BLKID: Add support for iso9660

2023-02-06 Thread Eric Molitor
Something got confused with the git comment on that. To generate the test image file run... xorriso -as mkisofs -V 'MYISO' -o iso \ --modification-date=1970010212554200 \ /dev/null bzip2 iso On Mon, 6 Feb 2023 at 14:53, Eric Molitor wrote: > Add iso9660 support to blkid. Rather than

[Toybox] [PATCH] BLKID: Add support for iso9660

2023-02-06 Thread Eric Molitor
Add iso9660 support to blkid. Rather than attach a binary for the test generate the blkid test image file in tests/files/blkid via xorriso -as mkisofs -V 'MYISO' -o iso --modification-date=1970010212554200 /dev/null bzip2 iso - Eric --- tests/blkid.test | 3 +++ toys/other/blkid.c | 12