From 6309864886a456500e49fbf662f731fe2ea22834 Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Mon, 20 May 2024 20:14:33 -0600 Subject: [PATCH] corrupt1 --- nczarr_test/run_corrupt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nczarr_test/run_corrupt.sh b/nczarr_test/run_corrupt.sh index 7e1df58c9b..8685f6eb77 100755 --- a/nczarr_test/run_corrupt.sh +++ b/nczarr_test/run_corrupt.sh @@ -21,6 +21,8 @@ testnoshape1() { unzip ${srcdir}/ref_noshape.file.zip fileargs ${ISOPATH}/ref_noshape "mode=zarr,$zext" rm -f tmp_noshape1_${zext}.cdl + find $fileurl + ${ZMD} -h -t int $fileurl ${NCDUMP} $flags $fileurl > tmp_noshape1_${zext}.cdl }