This commit is contained in:
Dennis Heimbigner 2023-04-29 17:38:19 -06:00
parent 88bf095f26
commit 2945079f9a

View File

@ -46,7 +46,6 @@ testcases3() {
mode=$2 mode=$2
rm -f tmp_${base}_${zext}.cdl rm -f tmp_${base}_${zext}.cdl
url="https://${UH}/${UB}/${base}.zarr#mode=${mode},s3" url="https://${UH}/${UB}/${base}.zarr#mode=${mode},s3"
${ZMD} -t int $url
${NCDUMP} $url > tmp_${base}_${zext}.cdl ${NCDUMP} $url > tmp_${base}_${zext}.cdl
# Find the proper ref file # Find the proper ref file
diff -b ${ISOPATH}/ref_${base}.cdl tmp_${base}_${zext}.cdl diff -b ${ISOPATH}/ref_${base}.cdl tmp_${base}_${zext}.cdl