From 88a656f0293b3a1a457ef2a777117f2da6c66ff3 Mon Sep 17 00:00:00 2001 From: "Geoff R. McLane" Date: Wed, 9 Sep 2015 13:57:14 +0200 Subject: [PATCH] testone.sh - rename 'tidy5' to 'tidy' --- test/testone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."