X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Ftest-fuse.sh;h=1accd896fdb359549040a3d380fbc07d2c928a3b;hb=5d93d70b4d36b2337104b3dbca07722fa4d47ff5;hp=7de5211fd5988fa7d4bf21dac80aa926d03be853;hpb=cf4cc1143393d607a7fb4cdbee1434544237d5d4;p=libguestfs.git diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh index 7de5211..1accd89 100755 --- a/fuse/test-fuse.sh +++ b/fuse/test-fuse.sh @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. unset CDPATH set -e @@ -25,6 +25,11 @@ if [ ! -w /dev/fuse ]; then exit 0 fi +if ! setfacl --help >/dev/null 2>&1; then + echo "SKIPPING guestmount test, because setfacl is not installed." + exit 0 +fi + if [ -z "$top_builddir" ]; then echo "$0: error: environment variable \$top_builddir must be set" exit 1