diff options
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 62b6dc83..1a11c144 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): |