mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
Merge pull request #2172 from Dave-Allured/main
tst_misc.sh: Fix hang in make check
This commit is contained in:
commit
9e7fa3e448
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user