]> git.proxmox.com Git - grub2.git/blame - tests/zfs_test.in
bump version to 2.06-13+pmx2
[grub2.git] / tests / zfs_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 zpool >/dev/null 2>&1; then
14 echo "zpool not installed; cannot test zfs."
15 exit 77
16fi
17
18"@builddir@/grub-fs-tester" zfs
19"@builddir@/grub-fs-tester" zfs_lzjb
20"@builddir@/grub-fs-tester" zfs_gzip
21"@builddir@/grub-fs-tester" zfs_zle
22"@builddir@/grub-fs-tester" zfs_raidz3
23"@builddir@/grub-fs-tester" zfs_raidz2
24"@builddir@/grub-fs-tester" zfs_raidz
25"@builddir@/grub-fs-tester" zfs_mirror
26"@builddir@/grub-fs-tester" zfs_stripe
27"@builddir@/grub-fs-tester" zfs_caseins