Merge pull request #1 from Dave-Allured/tst_misc-fix

tst_misc.sh: Fix hang in make check
This commit is contained in:
Dave Allured 2021-12-24 06:41:10 -07:00 committed by GitHub
commit d20ac91de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ echo "*** Fail: phony dimension creation"
ECODE=1
fi
if "x$NC_VLEN_NOTEST" = x1 ; then
if test "x$NC_VLEN_NOTEST" = x1 ; then
echo "*** Testing char(*) type printout error in ncdump"
rm -f ./tst_charvlenbug.nc ./tmp
${execdir}/tst_charvlenbug