summaryrefslogtreecommitdiff
path: root/test/test_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cmdline.py')
-rw-r--r--test/test_cmdline.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_cmdline.py b/test/test_cmdline.py
index 26bb295b..7f10dfac 100644
--- a/test/test_cmdline.py
+++ b/test/test_cmdline.py
@@ -13,6 +13,10 @@ OK, ERR = 0, 1
class CmdLineTest(CoverageTest):
"""Tests of execution paths through the command line interpreter."""
+ def setUp(self):
+ self.run_in_temp_dir = False
+ super(CmdLineTest, self).setUp()
+
INIT_LOAD = """\
.coverage(cover_pylib=None, data_suffix=False, timid=None, branch=None)
.load()\n"""