maint.mk: Update system header list for #include syntax checks.
[gnulib.git] / tests / test-file-has-acl-2.sh
blob41561d6cf3b828fe3d1175b5ffcd553f1e750fe9
1 #!/bin/sh
3 # Test file-has-acl on the file system of the build directory, which may be
4 # a local file system or NFS mounted.
6 . "${srcdir=.}/init.sh"; path_prepend_ .
8 TMPDIR=`pwd`
9 export TMPDIR
11 $BOURNE_SHELL "${srcdir}/test-file-has-acl.sh"
13 Exit $?