Commit 0877f72d authored by Cédric de Saint Martin's avatar Cédric de Saint Martin

Remove stupid ' making all tests fail on old buildout

parent b22b7042
......@@ -287,7 +287,7 @@ Then let's run the buildout::
>>> print system(buildout)
Installing git-clone.
Cloning into '/sample-buildout/parts/git-clone'...
Cloning into /sample-buildout/parts/git-clone...
Let's take a look at the buildout parts directory now::
......@@ -317,7 +317,7 @@ Then let's run the buildout::
>>> print system(buildout)
Uninstalling git-clone.
Installing git-clone.
Cloning into '/sample-buildout/parts/git-clone'...
Cloning into /sample-buildout/parts/git-clone...
Let's take a look at the buildout parts directory now::
......@@ -354,7 +354,7 @@ Then let's run the buildout::
>>> print system(buildout)
Uninstalling git-clone.
Installing git-clone.
Cloning into '/sample-buildout/parts/git-clone'...
Cloning into /sample-buildout/parts/git-clone...
Let's take a look at the buildout parts directory now::
......
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