blob: c789d22d4c9b682a984bbd9a4aa7f574ea8ae9aa [file] [log] [blame]
#!/bin/sh
# Test file-has-acl on the file system of /var/tmp, which usually is a local
# file system.
. "${srcdir=.}/init.sh"; path_prepend_ .
if test -d /var/tmp; then
TMPDIR=/var/tmp
else
TMPDIR=/tmp
fi
test -d $TMPDIR || Exit 77
export TMPDIR
$BOURNE_SHELL "${srcdir}/test-file-has-acl.sh"
Exit $?