pty: Activate the signature wrapper of forkpty.
[gnulib.git] / tests / test-set-mode-acl-1.sh
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 if test -d /var/tmp; then
7   TMPDIR=/var/tmp
8 else
9   TMPDIR=/tmp
10 fi
11 export TMPDIR
12
13 exec "${srcdir}/test-set-mode-acl.sh"