repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
arch
/
all-pc
/
boot
/
grub2-aros
/
tests
/
nilfs2_test.in
blob
780b60ec1ac980ea1e40af3a319c83a86a6415e6
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.nilfs2
>/
dev
/
null
2
>&
1
;
then
14
echo
"mkfs.nilfs2 not installed; cannot test nilfs2."
15
exit
77
16
fi
17
18
"@builddir@/grub-fs-tester"
nilfs2