Fix up some newlines in output

This commit is contained in:
Anthony Sottile 2019-09-24 09:32:10 -07:00
parent cfc4910068
commit 795506a486
4 changed files with 39 additions and 36 deletions

View file

@ -24,7 +24,7 @@ def test_CalledProcessError_str():
'Output: \n'
' stdout\n'
'Errors: \n'
' stderr\n'
' stderr'
)
@ -37,7 +37,7 @@ def test_CalledProcessError_str_nooutput():
'Return code: 1\n'
'Expected return code: 0\n'
'Output: (none)\n'
'Errors: (none)\n'
'Errors: (none)'
)