view tests/test-file-has-acl-1.sh @ 17693:53803f7bacc5

maint: add ChangeLog entry missing in previous commit * ChangeLog: Add the omitted entry.
author Pádraig Brady <P@draigBrady.com>
date Mon, 02 Jun 2014 20:08:05 +0100
parents 3acf9fb3aa69
children
line wrap: on
line source

#!/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"