Commit 362bb049 authored by Tres Seaver's avatar Tres Seaver

Fix test breakage due to PR #122.

parent 87788f7b
......@@ -58,7 +58,6 @@ Now we can run the buildout and make sure all attempts to dist.plone.org fails::
>>> print_(system(buildout), end='') # doctest: +ELLIPSIS
Develop: '/sample-buildout/allowdemo'
Installing eggs...
Link to http://dist.plone.org ***BLOCKED*** by --allow-hosts
...
While:
Installing eggs.
......@@ -90,7 +89,6 @@ Now we can run the buildout and make sure all attempts to dist.plone.org fails::
>>> print_(system(buildout), end='') # doctest: +ELLIPSIS
Develop: '/sample-buildout/allowdemo'
Installing eggs...
Link to http://dist.plone.org ***BLOCKED*** by --allow-hosts
...
While:
Installing eggs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment