tpm2_key_protector: Enable build for powerpc_ieee1275
[grub.git] / tests / hfs_test.in
blob960f1cbd0f4215e02d5beba2b21b4b574262c2e3
1 #!@BUILD_SHEBANG@
3 set -e
5 if [ "x$EUID" = "x" ] ; then
6   EUID=`id -u`
7 fi
9 if [ "$EUID" != 0 ] ; then
10    exit 99
13 if ! which mkfs.hfs >/dev/null 2>&1; then
14    echo "mkfs.hfs not installed; cannot test HFS."
15    exit 99
18 if ! grep -q mac_roman /proc/modules && ! modprobe mac_roman; then
19    echo "no mac-roman support; cannot test HFS."
20    exit 99
23 "@builddir@/grub-fs-tester" hfs