error: Avoid "function declaration isn't a prototype" warning.
[gnulib.git] / tests / test-copy-file-2.sh
blob1756f7eb47482a47fa81359ecc54975a5604ac60
1 #!/bin/sh
3 # Test copy-file on the file system of the build directory, which may be
4 # a local file system or NFS mounted.
6 TMPDIR=`pwd`
7 export TMPDIR
9 "${srcdir}/test-copy-file.sh"
10 ret1=$?
11 NO_STDERR_OUTPUT=1 "${srcdir}/test-copy-file.sh"
12 ret2=$?
13 case $ret1 in
14 77 ) exit $ret2 ;;
15 * ) exit $ret1 ;;
16 esac