diff options
| author | Henrique <typoon@gmail.com> | 2019-11-25 10:24:46 -0500 |
|---|---|---|
| committer | Henrique <typoon@gmail.com> | 2019-11-25 10:24:46 -0500 |
| commit | ed7f0b4b39f622b13fce4d3c4ef154231fe07954 (patch) | |
| tree | bec51e79290d627f4e5bfc23e81988068ae2fe12 | |
| parent | 640bec24e5e056b8f5963b890d6764f434ce5b3c (diff) | |
| download | mitmproxy-ed7f0b4b39f622b13fce4d3c4ef154231fe07954.tar.gz mitmproxy-ed7f0b4b39f622b13fce4d3c4ef154231fe07954.tar.bz2 mitmproxy-ed7f0b4b39f622b13fce4d3c4ef154231fe07954.zip | |
Making windows happy
| -rw-r--r-- | test/mitmproxy/tools/console/test_commander.py | 1 |
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) |
