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
doc: Document version-etc, version-etc, and argp-version-etc.
[gnulib.git]
/
tests
/
test-copy-acl-1.sh
blob
0fe44a5efc9f209207a0c75705ddaabdf29a5ffc
1
#!/bin/sh
2
3
# Test copy-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-copy-acl.sh"
17
18
Exit $?