summaryrefslogtreecommitdiffstats
path: root/test/test_suite.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_suite.py')
-rwxr-xr-xtest/test_suite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_suite.py b/test/test_suite.py
index 03f0381..21e0306 100755
--- a/test/test_suite.py
+++ b/test/test_suite.py
@@ -261,7 +261,7 @@ class AbstractQTestCase(unittest.TestCase):
return name
def cleanup_folder(self,tmpfolder):
- if not tmpfolder.startswith(os.path.realpath('/var/tmp/tmqp')):
+ if not tmpfolder.startswith(os.path.realpath('/var/tmp')):
raise Exception('Guard against accidental folder deletions: %s' % tmpfolder)
global DEBUG
if not DEBUG: