repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sys_ioctl: Simplify.
[gnulib.git]
/
tests
/
test-file-has-acl-1.sh
blob
c789d22d4c9b682a984bbd9a4aa7f574ea8ae9aa
1
#!/bin/sh
2
3
# Test file-has-acl on the file system of /var/tmp, which usually is a local
4
# file system.
5
6
.
"
${srcdir=.}
/init.sh"
;
path_prepend_ .
7
8
if
test -d
/
var
/
tmp
;
then
9
TMPDIR
=/
var
/
tmp
10
else
11
TMPDIR
=/
tmp
12
fi
13
test -d
$TMPDIR
|| Exit
77
14
export
TMPDIR
15
16
$BOURNE_SHELL
"
${srcdir}
/test-file-has-acl.sh"
17
18
Exit $?