From e017aad98dca2e8a3b32ba876e9355313662f382 Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Mon, 14 Sep 2015 14:30:09 -0400 Subject: [PATCH] Update testhtml5 to use 'tidy' and not 'tidy5' testhtml5 does not work until you reference the proper executable. --- test/html5/testhtml5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/html5/testhtml5.sh b/test/html5/testhtml5.sh index beb3e7f..71eab3e 100755 --- a/test/html5/testhtml5.sh +++ b/test/html5/testhtml5.sh @@ -19,7 +19,7 @@ failed() TMPCNT3=$((${TMPCNT3} + 1)); } -TMPEXE="../../build/cmake/tidy5" +TMPEXE="../../build/cmake/tidy" [ -e ${TMPEXE} ] || noexe TMPINP=temphtml5.cfg