Skip to content

Commit 092a51c

Browse files
committed
Fix broken test
1 parent 6b4ecc0 commit 092a51c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ncdump/tst_nccopy4.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

2324
echo "*** Testing netCDF-4 features of nccopy on ncdump/*.nc files"
2425
for 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
3233
done
3334
# echo "*** Testing compression of deflatable files ..."
34-
./tst_compress
3535
echo "*** Test nccopy -d1 can compress a classic format file ..."
3636
$NCCOPY -d1 tst_inflated.nc tst_deflated.nc
3737
if 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
7575
done
76-
./tst_chunking
7776
echo "*** Test that nccopy -c can chunk and unchunk files"
7877
$NCCOPY tst_chunking.nc tmp.nc
7978
${NCDUMP} tmp.nc > tmp.cdl

0 commit comments

Comments
 (0)