From 0913eb65f7da98040ca0900c830358261358126f Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 19 Sep 2017 16:18:25 -0600 Subject: [PATCH] Fixed another typo. --- ncdump/tst_lengths.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncdump/tst_lengths.sh b/ncdump/tst_lengths.sh index e476f1731..dbe5c6810 100755 --- a/ncdump/tst_lengths.sh +++ b/ncdump/tst_lengths.sh @@ -106,7 +106,7 @@ ${NCGEN} -b -k64-bit-offset -x ${srcdir}/small.cdl && ${execdir}/rewrite-scalar #fi # The following tests only occur if we have CDF5. -if [ "x$HAVE_CDF5" == "x1" ]; then +if test "x$HAVE_CDF5" = x1 ; then echo "*** testing length of 64-bit data file" ${NCGEN} -b -k64-bit-data ${srcdir}/small.cdl @@ -152,7 +152,7 @@ ${NCGEN} -b ${srcdir}/small2.cdl #fi # The following tests only occur if we have CDF5. -if [ "x$HAVE_CDF5" == "x1" ]; then +if test "x$HAVE_CDF5" = x1 ; then echo "*** testing length of one-record-variable 64-bit data file" ${NCGEN} -b -5 ${srcdir}/small2.cdl