mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Removed leading slash on run_interop in nczarr_test.
This commit is contained in:
parent
84af03eaa2
commit
4bd9c2e8b0
@ -52,8 +52,9 @@ testcases3() {
|
||||
mode=$2
|
||||
rm -f tmp_${base}_${zext}.cdl
|
||||
url="https://${UH}/${UB}/${base}.zarr#mode=${mode},s3"
|
||||
echo "flags: $flags"
|
||||
# Dumping everything causes timeout so dump a single var
|
||||
${NCDUMP} -v "/group_with_dims/var2D" $flags $url > tmp_${base}_${zext}.cdl
|
||||
${NCDUMP} -v "group_with_dims/var2D" $flags $url > tmp_${base}_${zext}.cdl
|
||||
# Find the proper ref file
|
||||
diff -b ${ISOPATH}/ref_${base}_2d.cdl tmp_${base}_${zext}.cdl
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user