mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
Merge pull request #1 from Dave-Allured/tst_misc-fix
tst_misc.sh: Fix hang in make check
This commit is contained in:
commit
d20ac91de7
@ -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