expl: Work around inaccurate implementation on NetBSD.
[gnulib.git] / tests / test-file-has-acl-1.sh
blobe3ad9c0e8cb5e4b17c84c1de7989078a03298cc4
1 #!/bin/sh
3 # Test file-has-acl on the file system of /var/tmp, which usually is a local
4 # file system.
6 if test -d /var/tmp; then
7 TMPDIR=/var/tmp
8 else
9 TMPDIR=/tmp
11 export TMPDIR
13 exec "${srcdir}/test-file-has-acl.sh"