~cyphermox/ubuntu/wily/grub2/lp1097570

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if ! which mksquashfs >/dev/null 2>&1; then
   echo "mksquashfs not installed; cannot test squashfs."
   exit 77
fi

"@builddir@/grub-fs-tester" squash4_gzip
"@builddir@/grub-fs-tester" squash4_xz
"@builddir@/grub-fs-tester" squash4_lzo