comparison tests/test-copy-acl-2.sh @ 15568:3acf9fb3aa69

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.
author Bruno Haible <bruno@clisp.org>
date Mon, 05 Sep 2011 11:23:55 +0200
parents
children 066c585853e5
comparison
equal deleted inserted replaced
15567:8c7936106a14 15568:3acf9fb3aa69
1 #!/bin/sh
2
3 # Test copy-acl on the file system of the build directory, which may be
4 # a local file system or NFS mounted.
5
6 TMPDIR=`pwd`
7 export TMPDIR
8
9 exec "${srcdir}/test-copy-acl.sh"