From: Magnus Jacobsson Date: Mon, 30 Mar 2020 14:34:12 +0000 (+0200) Subject: Disable non-working ksh version check X-Git-Tag: 2.44.1~19^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32a61eb23c60a45509855b21cbd6fd8bfc5bfdd6;p=graphviz Disable non-working ksh version check --- diff --git a/rtest/rtest.sh b/rtest/rtest.sh index 8a41016c5..bfe78ca62 100755 --- a/rtest/rtest.sh +++ b/rtest/rtest.sh @@ -17,7 +17,7 @@ then exit 1 fi # csh, ksh88 filter -(( 1.5 == 1 )) && { echo "Graphviz test suite requires ksh93"; exit 1; } +#(( 1.5 == 1 )) && { echo "Graphviz test suite requires ksh93"; exit 1; } TESTFILE=tests.txt # Test specifications GRAPHDIR=graphs # Directory of input graphs and data