[test/test_compat] Restore the old value of the HOME environment variable
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 18 Nov 2014 22:34:46 +0000 (23:34 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 18 Nov 2014 23:02:24 +0000 (00:02 +0100)
commitf56875f2719868d191a51a1444720717c2e7e5c2
tree11d400ce60c900f1bb629ecf2dc76b91b6b0ab8d
parent92120217eb27d820bfba0f6a50837f111cbf80ef
[test/test_compat] Restore the old value of the HOME environment variable

If the test was run before the YoutubeIE tests (for example by running
"nosetests -v test/test_compat.py test/test_download.py -m 'Youtube_1|compat_expand'"),
it wrote the signatures cache to the 'C:\Documents and Settings\тест\Application Data' folder.
It failed due to a problem in the cache code and the write_json_file function (fixed in f03e33b89a622af13fa5275c46b63aaa4814c499)
test/test_compat.py