Infile given absolute path.

This commit is contained in:
Ward Fisher 2017-09-05 13:13:08 -06:00
parent eeeef6f2a6
commit fde8720fd3

View File

@ -14,7 +14,7 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
set -e
echo ""
INFILE=ref_nccopy3_subset.nc
INFILE=${TOPSRCDIR}/ncdump/ref_nccopy3_subset.nc
OUTFILE=nccopy3_subset_out.nc
echo "*** Testing netCDF-3 nccopy -v/-V flags on $IN"