summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch')
-rw-r--r--dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch b/dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch
deleted file mode 100644
index 31f8db2ee104..000000000000
--- a/dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- test/startup_v2.py.orig 2012-08-19 11:48:12.020600368 +0200
-+++ test/startup_v2.py 2012-08-19 11:48:28.564516623 +0200
-@@ -14,7 +14,7 @@
- return re.match(expected,actual,re.DOTALL) != None
-
- # Test the v1 startup behavior.
--t = BoostBuild.Tester(match=match_re, boost_build_path='', pass_toolset=0)
-+t = BoostBuild.Tester(match=match_re, boost_build_path='/invalid/location', pass_toolset=0)
-
- t.set_tree('startup')
-