view tests/test-file-has-acl-2.sh @ 40232:6771da173563

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 12 Mar 2019 09:07:54 -0700
parents 066c585853e5
children
line wrap: on
line source

#!/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 $?