In changeset f90721db3d, fetch.go was changed to handle the correct home directory environment variable on Plan 9 and Windows, but the tests were still using the $HOME environment variable. We change the tests to use the homeEnv function instead of the $HOME environment variable. Fixes #100.
|
|
||
38 |
|
38 |
|
39 |
|
39 |
|
40 |
|
40 |
|
41 |
|
|
|
|
41 |
|
|
42 |
|
42 |
|
43 |
|
43 |
|
44 |
|
44 |
|
|
|
||
50 |
|
50 |
|
51 |
|
51 |
|
52 |
|
52 |
|
53 |
|
|
|
|
53 |
|
|
54 |
|
54 |
|
55 |
|
55 |
|
56 |
|
56 |
|
|
|
||
79 |
|
79 |
|
80 |
|
80 |
|
81 |
|
81 |
|
82 |
|
|
|
|
82 |
|
|
83 |
|
83 |
|
84 |
|
84 |
|
85 |
|
85 |
|