summaryrefslogtreecommitdiff
path: root/test/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_process.py')
-rw-r--r--test/test_process.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_process.py b/test/test_process.py
index 53dce065..6198f52e 100644
--- a/test/test_process.py
+++ b/test/test_process.py
@@ -184,8 +184,8 @@ class ProcessTest(CoverageTest):
f2()
""")
- # The important thing is for "coverage run" and "python" to report the
- # same traceback.
+ # The important thing is for "coverage run" and "python" to have the
+ # same output. No traceback.
out = self.run_command("coverage run exit.py")
out2 = self.run_command("python exit.py")
self.assertMultiLineEqual(out, out2)