aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2011-04-07 18:34:11 -0400
committerNick Mathewson <nickm@torproject.org>2011-04-07 18:34:11 -0400
commit70e02914682eb1959d8b385f76b5acf7486158cc (patch)
tree79995486839ce9f1d94eb9584d730fbef7de1d26 /changes
parentba0cd8094f8e6ae0113ad69958d9d0973bb1f2c3 (diff)
downloadtor-70e02914682eb1959d8b385f76b5acf7486158cc.tar.gz
tor-70e02914682eb1959d8b385f76b5acf7486158cc.zip
Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittests
Diffstat (limited to 'changes')
-rw-r--r--changes/win_tmp_dir4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/win_tmp_dir b/changes/win_tmp_dir
new file mode 100644
index 0000000000..13f6e7f1cf
--- /dev/null
+++ b/changes/win_tmp_dir
@@ -0,0 +1,4 @@
+ o Unit tests:
+ - Use GetTempDir to find the proper temporary directory location on
+ Windows when generating temporary files for the unit tests. Patch
+ by Gisle Vanem.