view tests/test-file-has-acl-2.sh @ 40239:e60e51dd1612

bitset: style changes * lib/bitset/table.c: Use NULL, not 0, for pointers. Formatting changes. (tbitset_list): Reduce scopes.
author Akim Demaille <akim.demaille@gmail.com>
date Thu, 14 Mar 2019 08:31:54 +0100
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 $?