]> git.proxmox.com Git - grub2.git/blob - tests/f2fs_test.in
bump version to 2.06-13+pmx2
[grub2.git] / tests / f2fs_test.in
1 #!/bin/sh
2
3 set -e
4
5 if [ "x$EUID" = "x" ] ; then
6 EUID=`id -u`
7 fi
8
9 if [ "$EUID" != 0 ] ; then
10 exit 77
11 fi
12
13 if ! which mkfs.f2fs >/dev/null 2>&1; then
14 echo "mkfs.f2fs not installed; cannot test f2fs."
15 exit 77
16 fi
17
18
19 "@builddir@/grub-fs-tester" f2fs