|
Last change
on this file since 3635 was 3611, checked in by bird, 14 months ago |
|
vendor/sed/current: GNU sed 4.9 (sed-4.9.tar.xz sha256:6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181)
|
-
Property svn:executable
set to
*
|
|
File size:
252 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | # Test file-has-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 |
|
|---|
| 8 | TMPDIR=`pwd`
|
|---|
| 9 | export TMPDIR
|
|---|
| 10 |
|
|---|
| 11 | $BOURNE_SHELL "${srcdir}/test-file-has-acl.sh"
|
|---|
| 12 |
|
|---|
| 13 | Exit $?
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.