Blame gettext-tools/gnulib-tests/test-file-has-acl-1.sh

Packit Bot 06c835
#!/bin/sh
Packit Bot 06c835
Packit Bot 06c835
# Test file-has-acl on the file system of /var/tmp, which usually is a local
Packit Bot 06c835
# file system.
Packit Bot 06c835
Packit Bot 06c835
if test -d /var/tmp; then
Packit Bot 06c835
  TMPDIR=/var/tmp
Packit Bot 06c835
else
Packit Bot 06c835
  TMPDIR=/tmp
Packit Bot 06c835
fi
Packit Bot 06c835
export TMPDIR
Packit Bot 06c835
Packit Bot 06c835
exec "${srcdir}/test-file-has-acl.sh"