Commit f78c8c41 authored by Jim Fulton's avatar Jim Fulton

Fixed a broken test.

parent b00b0ffb
...@@ -1058,6 +1058,8 @@ Let's create a recipe egg ...@@ -1058,6 +1058,8 @@ Let's create a recipe egg
buildout: Running setup script recipe/setup.py buildout: Running setup script recipe/setup.py
... ...
>>> rmdir('recipe', 'build')
And update our buildout to use it. And update our buildout to use it.
>>> write('buildout.cfg', >>> write('buildout.cfg',
...@@ -1120,7 +1122,7 @@ But we will if we use neither of these: ...@@ -1120,7 +1122,7 @@ But we will if we use neither of these:
zc.buildout.easy_install: Got recipe 2 zc.buildout.easy_install: Got recipe 2
buildout: Uninstalling foo buildout: Uninstalling foo
buildout: Installing foo buildout: Installing foo
recipe v1 recipe v2
We can also select a particular recipe version: We can also select a particular recipe version:
......
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