* tests/gzcompress_test.in: Skip if gzip is not installed (unlikely,

but for symmetry).
* tests/lzocompress_test.in: Skip if lzop is not installed.
* tests/xzcompress_test.in: Skip if xz is not installed.
This commit is contained in:
Colin Watson 2013-11-18 16:16:33 +00:00
parent 1bbb796799
commit 60870be86c
4 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2013-11-18 Colin Watson <cjwatson@ubuntu.com>
* tests/gzcompress_test.in: Skip if gzip is not installed (unlikely,
but for symmetry).
* tests/lzocompress_test.in: Skip if lzop is not installed.
* tests/xzcompress_test.in: Skip if xz is not installed.
2013-11-18 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkrescue.c (main): Fix typo.