Update testhtml5 to use 'tidy' and not 'tidy5'

testhtml5 does not work until you reference the proper executable.
This commit is contained in:
Edward Vielmetti 2015-09-14 14:30:09 -04:00
parent 732d8d2128
commit e017aad98d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ failed()
TMPCNT3=$((${TMPCNT3} + 1));
}
TMPEXE="../../build/cmake/tidy5"
TMPEXE="../../build/cmake/tidy"
[ -e ${TMPEXE} ] || noexe
TMPINP=temphtml5.cfg