mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* 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
192 B
Bash
Executable File
10 lines
192 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Test set-mode-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-set-mode-acl.sh"
|