VirtualBox

source: kBuild/vendor/sed/current/gnulib-tests/test-set-mode-acl-1.sh@ 3613

Last change on this file since 3613 was 3611, checked in by bird, 7 months ago

vendor/sed/current: GNU sed 4.9 (sed-4.9.tar.xz sha256:6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181)

  • Property svn:executable set to *
File size: 310 bytes
Line 
1#!/bin/sh
2
3# Test set-mode-acl on the file system of /var/tmp, which usually is a local
4# file system.
5
6. "${srcdir=.}/init.sh"; path_prepend_ .
7
8if test -d /var/tmp; then
9 TMPDIR=/var/tmp
10else
11 TMPDIR=/tmp
12fi
13test -d $TMPDIR || Exit 77
14export TMPDIR
15
16$BOURNE_SHELL "${srcdir}/test-set-mode-acl.sh"
17
18Exit $?
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette