mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
test2
This commit is contained in:
parent
6d4ecf2f76
commit
d1d0ceaecf
@ -7,6 +7,7 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
|
||||
# This shell script tests support for the NC_STRING type
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
zarrscalar() {
|
||||
@ -46,11 +47,11 @@ ${NCDUMP} -n ref_scalar $nczarrurl > tmp_scalar_nczarr_${zext}.cdl
|
||||
${ZMD} -h $nczarrurl > tmp_scalar_nczarr_${zext}.txt
|
||||
|
||||
echo "*** verify"
|
||||
diff -bw ref_scalar.cdl tmp_scalar_nczarr_${zext}.cdl
|
||||
diff -bw ${srcdir}/ref_scalar.cdl tmp_scalar_nczarr_${zext}.cdl
|
||||
|
||||
# Fixup
|
||||
zarrscalar tmp_scalar_zarr0_${zext}.cdl tmp_scalar_zarr_${zext}.cdl
|
||||
diff -bw ref_scalar.cdl tmp_scalar_zarr_${zext}.cdl
|
||||
diff -bw ${srcdir}/ref_scalar.cdl tmp_scalar_zarr_${zext}.cdl
|
||||
}
|
||||
|
||||
testcase file
|
||||
|
Loading…
Reference in New Issue
Block a user