diff options
Diffstat (limited to 'test/test_process.py')
-rw-r--r-- | test/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py index 83cbc0f3..26a69b1e 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -408,7 +408,7 @@ class ProcessTest(CoverageTest): """) self.make_file(".coveragerc", """\ [run] - source = + source = . xyzzy """) |