Merge pull request #2172 from Dave-Allured/main

tst_misc.sh: Fix hang in make check
This commit is contained in:
Ward Fisher 2022-01-03 16:14:24 -07:00 committed by GitHub
commit 9e7fa3e448
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