Skip to content

Commit d20ac91

Browse files
authored
Merge pull request #1 from Dave-Allured/tst_misc-fix
tst_misc.sh: Fix hang in make check
2 parents dfb10a3 + b58165f commit d20ac91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nc_test4/tst_misc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo "*** Fail: phony dimension creation"
1616
ECODE=1
1717
fi
1818

19-
if "x$NC_VLEN_NOTEST" = x1 ; then
19+
if test "x$NC_VLEN_NOTEST" = x1 ; then
2020
echo "*** Testing char(*) type printout error in ncdump"
2121
rm -f ./tst_charvlenbug.nc ./tmp
2222
${execdir}/tst_charvlenbug

0 commit comments

Comments
 (0)