File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ TESTFILES='tst_comp tst_comp2 tst_enum_data tst_fillbug
1919# Run these programs to create some test files.
2020${execdir} /tst_comp2
2121${execdir} /tst_compress
22+ ${execdir} /tst_chunking
2223
2324echo " *** Testing netCDF-4 features of nccopy on ncdump/*.nc files"
2425for i in $TESTFILES ; do
@@ -31,7 +32,6 @@ ${NCDUMP} copy_of_$i.nc > copy_of_$i.cdl
3132 rm copy_of_$i .nc copy_of_$i .cdl tmp.cdl
3233done
3334# echo "*** Testing compression of deflatable files ..."
34- ./tst_compress
3535echo " *** Test nccopy -d1 can compress a classic format file ..."
3636$NCCOPY -d1 tst_inflated.nc tst_deflated.nc
3737if test ` wc -c < tst_deflated.nc` -ge ` wc -c < tst_inflated.nc` ; then
@@ -73,7 +73,6 @@ ${NCDUMP} copy_of_$i.nc > copy_of_$i.cdl
7373 diff copy_of_$i .cdl tmp.cdl
7474 rm copy_of_$i .nc copy_of_$i .cdl tmp.cdl
7575done
76- ./tst_chunking
7776echo " *** Test that nccopy -c can chunk and unchunk files"
7877$NCCOPY tst_chunking.nc tmp.nc
7978${NCDUMP} tmp.nc > tmp.cdl
You can’t perform that action at this time.
0 commit comments