Commit fd76def9 authored by Jim Fulton's avatar Jim Fulton

hahaha indentation broke the test. whimper

parent 4f32ff9e
......@@ -610,7 +610,7 @@ def create_sections_on_command_line():
def test_help():
"""
>>> print_(system(os.path.join(sample_buildout, 'bin', 'buildout')+' -h'))
... # doctest: +ELLIPSIS
... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Usage: buildout [options] [assignments] [command [command arguments]]
<BLANKLINE>
Options:
......@@ -626,7 +626,7 @@ def test_help():
>>> print_(system(os.path.join(sample_buildout, 'bin', 'buildout')
... +' --help'))
... # doctest: +ELLIPSIS
... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Usage: buildout [options] [assignments] [command [command arguments]]
<BLANKLINE>
Options:
......
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