diff --git a/test/testone.sh b/test/testone.sh index 2fd9ccd..c28a469 100755 --- a/test/testone.sh +++ b/test/testone.sh @@ -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."