]> git.proxmox.com Git - grub2.git/blame - tests/f2fs_test.in
fs: Add F2FS support
[grub2.git] / tests / f2fs_test.in
CommitLineData
71f9e4ac
JK
1#!/bin/sh
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.f2fs >/dev/null 2>&1; then
14 echo "mkfs.f2fs not installed; cannot test f2fs."
15 exit 77
16fi
17
18
19"@builddir@/grub-fs-tester" f2fs