aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins.py b/tests/plugins.py
index acd1eaf..6e72024 100644
--- a/tests/plugins.py
+++ b/tests/plugins.py
@@ -81,7 +81,7 @@ or ""))
else:
self.html.append('OK')
self.html.append('</div></body></html>')
- f = open('tmp/test-output.html', 'w')
+ f = open('test-output.html', 'w')
for l in self.html:
f.write(l)
f.close()