Removed leading slash on run_interop in nczarr_test.

This commit is contained in:
Ward Fisher 2023-10-13 15:02:58 -06:00
parent 84af03eaa2
commit 4bd9c2e8b0

View File

@ -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