Commit 659d2762 authored by Jim Fulton's avatar Jim Fulton

Get consistent optparse help regardless of actual terminal output

to avoid spurious test failures.
parent 7d360485
......@@ -44,6 +44,7 @@ Now, we're ready to try the script:
If we call it with no arguments, we get help:
>>> import os; os.environ['COLUMNS'] = '80' # for consistent optparse output
>>> main([], 'zeopack')
Usage: zeopack [options] [servers]
<BLANKLINE>
......
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