Mercurial > hg > octave-shane > gnulib-hg
view tests/test-file-has-acl-1.sh @ 17530:8981b79e1271
error: make the module depend on vfprintf-posix
* modules/error (Depends-on): Add vfprintf-posix, since error
calls vfprintf unconditionally, via error_tail.
author | Jim Meyering <meyering@fb.com> |
---|---|
date | Sat, 12 Oct 2013 19:28:40 -0700 |
parents | 3acf9fb3aa69 |
children |
line wrap: on
line source
#!/bin/sh # Test file-has-acl on the file system of /var/tmp, which usually is a local # file system. if test -d /var/tmp; then TMPDIR=/var/tmp else TMPDIR=/tmp fi export TMPDIR exec "${srcdir}/test-file-has-acl.sh"