blob: 41561d6cf3b828fe3d1175b5ffcd553f1e750fe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
# Test file-has-acl on the file system of the build directory, which may be
# a local file system or NFS mounted.
. "${srcdir=.}/init.sh"; path_prepend_ .
TMPDIR=`pwd`
export TMPDIR
$BOURNE_SHELL "${srcdir}/test-file-has-acl.sh"
Exit $?
|