Fix command line test.
commit5d6946e8928838e4b93cc99444696c09a12705c5
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 1 Apr 2011 11:47:29 +0000 (1 11:47 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 1 Apr 2011 11:47:29 +0000 (1 11:47 +0000)
treef65c993678d607b439a81ab85c1169d51ec4d69d
parenta25118dd76fad8b53e8e5086b29ee38a76fb86c0
Fix command line test.

Decode output with "utf8" (Docutils standard output encoding).
Compare only the first line of output, strip line ending
(removes CR vs. LFCR issues).

Thanks to Alan for testing on Windows.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6998 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
test/test_command_line.py