testone.sh - rename 'tidy5' to 'tidy'

This commit is contained in:
Geoff R. McLane 2015-09-09 13:57:14 +02:00
parent 50e69dbcb1
commit 88a656f029
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set +f
TESTNO=$1
EXPECTED=$2
#TIDY=../bin/tidy
TIDY=../build/cmake/tidy5
TIDY=../build/cmake/tidy
if [ ! -f "$TIDY" ]; then
echo "$BN: Can NOT locate binary '$TIDY'!"
echo "$BN: Fix me with the correct location of the binary to run."