fix doctest syntax.

parent 8655789e
...@@ -420,7 +420,7 @@ fetching from a non existant remote:: ...@@ -420,7 +420,7 @@ fetching from a non existant remote::
... ...
>>> cd(sample_buildout, 'parts', 'git-clone') >>> cd(sample_buildout, 'parts', 'git-clone')
>>> print system('echo kept > local_change') >>> print system('echo kept > local_change')
>>> git remote add broken https://git.erp5.org/repos/nowhere') >>> print system('git remote add broken https://git.erp5.org/repos/nowhere')
... ...
>>> print system(buildout) >>> print system(buildout)
Updating git-clone. Updating git-clone.
......
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