mbrtoc16: Fix undefined behaviour.
[gnulib.git] / tests / test-copy-acl-2.sh
bloba35c12eba1e23be529c03a4a7a5fa5d963b794c5
1 #!/bin/sh
3 # Test copy-acl on the file system of the build directory, which may be
4 # a local file system or NFS mounted.
6 . "${srcdir=.}/init.sh"; path_prepend_ .
8 TMPDIR=`pwd`
9 export TMPDIR
11 $BOURNE_SHELL "${srcdir}/test-copy-acl.sh"
13 Exit $?