sigprocmask: Fix configuration failure on Solaris 10 (regr. 2020-07-25).
[gnulib.git] / tests / test-copy-file-2.sh
blobd3b7f0e736515ce703d4a39da512fe314e337efd
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 . "${srcdir=.}/init.sh"; path_prepend_ .
8 TMPDIR=`pwd`
9 export TMPDIR
11 $BOURNE_SHELL "${srcdir}/test-copy-file.sh"
12 ret1=$?
13 NO_STDERR_OUTPUT=1 $BOURNE_SHELL "${srcdir}/test-copy-file.sh"
14 ret2=$?
15 case $ret1 in
16 77 ) Exit $ret2 ;;
17 * ) Exit $ret1 ;;
18 esac