summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 62b6dc8..1a11c14 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -735,7 +735,7 @@ class ProcessTest(CoverageTest):
print(globs['b'])
""")
self.set_environ("LANG", "C")
- out = self.run_command("python -m coverage run weird_file.py")
+ out = self.run_command("coverage run weird_file.py")
self.assertEqual(out, "1\n2\n")
def test_deprecation_warnings(self):