| 1.1 |  | 28-Apr-2024 | rillig | tests/cd9660: replace compressed blob with readable hexdump 
 This test is skipped in most circumstances because it creates a file
 whose apparent size is 4.5 GB.  It's an ISO 9660 image though,
 containing mostly null bytes.  Nevertheless, tmpfs doesn't allow such a
 big file to be created, so this test is skipped in settings where /tmp
 is on a tmpfs.
 
 If the test is run, the ISO image is uncompressed, which takes several
 minutes.  Replace bzip2 with direct file creation from a hex dump of
 that disk image, which is easier to inspect manually and also faster by
 about 3 magnitudes.
 
 |