diff options
Diffstat (limited to 'gettext-tools/gnulib-tests/test-file-has-acl-1.sh')
-rwxr-xr-x | gettext-tools/gnulib-tests/test-file-has-acl-1.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gettext-tools/gnulib-tests/test-file-has-acl-1.sh b/gettext-tools/gnulib-tests/test-file-has-acl-1.sh new file mode 100755 index 0000000..e3ad9c0 --- /dev/null +++ b/gettext-tools/gnulib-tests/test-file-has-acl-1.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# Test file-has-acl on the file system of /var/tmp, which usually is a local +# file system. + +if test -d /var/tmp; then + TMPDIR=/var/tmp +else + TMPDIR=/tmp +fi +export TMPDIR + +exec "${srcdir}/test-file-has-acl.sh" |