summaryrefslogtreecommitdiff
path: root/gnulib-tests/test-set-mode-acl-1.sh
blob: 68c247cd15d4bf8846d2b8f2f4de362f637e8f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# Test set-mode-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-set-mode-acl.sh"