backupfile: Fix module dependencies.
[gnulib.git] / tests / test-copy-acl-1.sh
blob2f9880e04f739af15f5ca4f9080659fb49266d37
1 #!/bin/sh
3 # Test copy-acl on the file system of /var/tmp, which usually is a local
4 # file system.
6 if test -d /var/tmp; then
7 TMPDIR=/var/tmp
8 else
9 TMPDIR=/tmp
11 export TMPDIR
13 exec "${srcdir}/test-copy-acl.sh"