File: test-set-mode-acl-2.sh

package info (click to toggle)
sed 4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,888 kB
  • sloc: ansic: 71,786; sh: 12,853; perl: 2,240; sed: 655; makefile: 95
file content (13 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# Test set-mode-acl on the file system of the build directory, which may be
# a local file system or NFS mounted.

. "${srcdir=.}/init.sh"; path_prepend_ .

TMPDIR=`pwd`
export TMPDIR

$BOURNE_SHELL "${srcdir}/test-set-mode-acl.sh"

Exit $?