components/tidy/patches/system-test.patch
changeset 6603 82e0c142e47f
parent 6602 162319034b53
child 6604 cd700b33a402
--- a/components/tidy/patches/system-test.patch	Wed Aug 10 08:54:24 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-Patch to allow us to specify an alternate tidy binary when running tests.
-
-This patch should be sent upstream.
-
---- tidy-1.0.0/test/testone.sh.orig	2015-07-31 11:20:28.840693501 -0700
-+++ tidy-1.0.0/test/testone.sh	2015-07-31 11:20:59.008447677 -0700
-@@ -24,7 +24,7 @@
- 
- TESTNO=$1
- EXPECTED=$2
--TIDY=../console/tidy
-+TIDY="${TIDY_BIN:-../console/tidy}"
- INFILES=./input/in_${TESTNO}.*ml
- CFGFILE=./input/cfg_${TESTNO}.txt
-