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