mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Infile given absolute path.
This commit is contained in:
parent
eeeef6f2a6
commit
fde8720fd3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user