1#!/bin/sh 2 3# Test set-mode-acl on the file system of the build directory, which may be 4# a local file system or NFS mounted. 5 6. "${srcdir=.}/init.sh"; path_prepend_ . 7 8TMPDIR=`pwd` 9export TMPDIR 10 11$BOURNE_SHELL "${srcdir}/test-set-mode-acl.sh" 12 13Exit $? 14