mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
977389d936
* tests/test-file-has-acl-1.sh: New file. * tests/test-file-has-acl-2.sh: New file. * tests/test-set-mode-acl-1.sh: New file. * tests/test-set-mode-acl-2.sh: New file. * tests/test-copy-acl-1.sh: New file. * tests/test-copy-acl-2.sh: New file. * modules/acl-tests (Files): Add them. (Makefile.am): Add them to TESTS.
10 lines
184 B
Bash
Executable File
10 lines
184 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.
|
|
|
|
TMPDIR=`pwd`
|
|
export TMPDIR
|
|
|
|
exec "${srcdir}/test-copy-acl.sh"
|