1
0
Fork 0
coreutils/gnulib-tests/test-copy-acl-2.sh
Daniel Baumann c08a8f7410
Adding upstream version 9.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 07:57:52 +02:00

13 lines
244 B
Bash
Executable file

#!/bin/sh
# Test copy-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-copy-acl.sh"
Exit $?