Mercurial > hg > octave-lojdl > gnulib-hg
view tests/test-file-has-acl-1.sh @ 16465:c0803728f645
New module 'modfl-ieee'.
* modules/modfl-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 17:55:31 +0100 |
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"