From 74793520b20ba23c06f10d51f382c3eba67c2f67 Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Fri, 28 May 2021 14:27:22 -0600 Subject: [PATCH] szip --- nc_test4/tst_szip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_test4/tst_szip.sh b/nc_test4/tst_szip.sh index dfffdb0ca..f2d48d05f 100755 --- a/nc_test4/tst_szip.sh +++ b/nc_test4/tst_szip.sh @@ -8,7 +8,7 @@ set -e rm -f testnc.h5 testszip.nc szip_dump.cdl echo "*** Test read of known szip file" -${NCDUMP} ${srcdir}/ref_szip.h5 >szip_dump.cdl +${NCDUMP} -n ref_szip ${srcdir}/ref_szip.h5 >szip_dump.cdl diff -w ${srcdir}/ref_szip.cdl ./szip_dump.cdl echo "*** Testing tst_szip "