From: Vladimir Serbinenko Date: Sat, 28 Feb 2015 14:13:41 +0000 (+0100) Subject: ntfs_test: Skip is setfattr is unavailable. X-Git-Tag: 2.02-beta3~379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050505ab8f695c10b3e4e768a4188688ebe5e366;p=thirdparty%2Fgrub.git ntfs_test: Skip is setfattr is unavailable. --- diff --git a/tests/ntfs_test.in b/tests/ntfs_test.in index 6bf09e691..e25c6384a 100644 --- a/tests/ntfs_test.in +++ b/tests/ntfs_test.in @@ -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 \ No newline at end of file +"@builddir@/grub-fs-tester" ntfscomp