]> git.proxmox.com Git - grub2.git/blame - tests/exfat_test.in
Fix shebang for termux.
[grub2.git] / tests / exfat_test.in
CommitLineData
a827807a 1#!@BUILD_SHEBANG@
7d44ff7d
VS
2
3set -e
4
5if [ "x$EUID" = "x" ] ; then
6 EUID=`id -u`
7fi
8
9if [ "$EUID" != 0 ] ; then
10 exit 77
11fi
12
13if ! which mkfs.exfat >/dev/null 2>&1; then
14 echo "mkfs.exfat not installed; cannot test exFAT."
15 exit 77
16fi
17
18"@builddir@/grub-fs-tester" exfat