1#!/bin/sh
2
3# Test file-has-acl on the file system of the build directory, which may be
4# a local file system or NFS mounted.
5
6TMPDIR=`pwd`
7export TMPDIR
8
9exec "${srcdir}/test-file-has-acl.sh"
10