Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / tests / test-copy-file-2.sh
1 #!/bin/sh
2
3 # Test copy-file on the file system of the build directory, which may be
4 # a local file system or NFS mounted.
5
6 TMPDIR=`pwd`
7 export TMPDIR
8
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