ntfs_test: Skip is setfattr is unavailable.
This commit is contained in:
parent
66b0e6649b
commit
050505ab8f
1 changed files with 6 additions and 1 deletions
|
@ -15,5 +15,10 @@ if ! which mkfs.ntfs >/dev/null 2>&1; then
|
|||
exit 77
|
||||
fi
|
||||
|
||||
if ! which setfattr >/dev/null 2>&1; then
|
||||
echo "setfattr not installed; cannot test ntfs."
|
||||
exit 77
|
||||
fi
|
||||
|
||||
"@builddir@/grub-fs-tester" ntfs
|
||||
"@builddir@/grub-fs-tester" ntfscomp
|
||||
"@builddir@/grub-fs-tester" ntfscomp
|
||||
|
|
Loading…
Reference in a new issue