#!/bin/sh # Test copy-acl on the file system of /var/tmp, which usually is a local # file system. if test -d /var/tmp { setglobal TMPDIR = '/var/tmp' } else { setglobal TMPDIR = '/tmp' } export TMPDIR exec "$(srcdir)/test-copy-acl.sh"