aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHenrique <typoon@gmail.com>2019-11-25 10:24:46 -0500
committerHenrique <typoon@gmail.com>2019-11-25 10:24:46 -0500
commited7f0b4b39f622b13fce4d3c4ef154231fe07954 (patch)
treebec51e79290d627f4e5bfc23e81988068ae2fe12 /test
parent640bec24e5e056b8f5963b890d6764f434ce5b3c (diff)
downloadmitmproxy-ed7f0b4b39f622b13fce4d3c4ef154231fe07954.tar.gz
mitmproxy-ed7f0b4b39f622b13fce4d3c4ef154231fe07954.tar.bz2
mitmproxy-ed7f0b4b39f622b13fce4d3c4ef154231fe07954.zip
Making windows happy
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/tools/console/test_commander.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/tools/console/test_commander.py b/test/mitmproxy/tools/console/test_commander.py
index b95fe707..06e676c0 100644
--- a/test/mitmproxy/tools/console/test_commander.py
+++ b/test/mitmproxy/tools/console/test_commander.py
@@ -26,6 +26,7 @@ def tctx():
yield tctx
# This runs after each test
+ ch.command_history_file.close()
shutil.rmtree(confdir)