vaseboot/tests/hfsplus_test.in

21 lines
372 B
Plaintext

#!@BUILD_SHEBANG@
set -ex
if [ "x$EUID" = "x" ] ; then
EUID=`id -u`
fi
if [ "$EUID" != 0 ] ; then
exit 99
fi
if ! which mkfs.hfsplus >/dev/null 2>&1; then
echo "mkfs.hfsplus not installed; cannot test hfsplus."
exit 99
fi
"@builddir@/VasEBoot-fs-tester" hfsplus
"@builddir@/VasEBoot-fs-tester" hfsplus_casesens
"@builddir@/VasEBoot-fs-tester" hfsplus_wrap