Skip to content

Commit b58165f

Browse files
authored
tst_misc.sh: Fix hang in make check
1 parent dfb10a3 commit b58165f

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)