Skip to content

Commit

Permalink
Merge pull request Unidata#2172 from Dave-Allured/main
Browse files Browse the repository at this point in the history
tst_misc.sh: Fix hang in make check
  • Loading branch information
WardF authored Jan 3, 2022
2 parents dfb10a3 + d20ac91 commit 9e7fa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nc_test4/tst_misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e7fa3e

Please sign in to comment.