1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/tests/test-set-mode-acl-2.sh
Bruno Haible 977389d936 acl: Try unit tests on more file systems.
* 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.
2011-09-05 11:23:55 +02:00

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"