Make test_cmdline_args.py work on Windows

Patch from Gisle Vanem on tor-dev ml
This commit is contained in:
Nick Mathewson
2015-01-06 13:26:52 -05:00
parent 839076ab00
commit f4221a809a
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Testing:
- Make the test_cmdline_args.py script work correctly on Windows.
Patch from Gisle Vanem.