Commit cd92195
authored
Fix tests when JULIA_DEPOT_PATH is set (#154)
When JULIA_DEPOT_PATH is set, the stdlib depots might not be in DEPOT_PATH. However, because the test does not inherit the env var and instead sets it to something custom, the child processes will get the default. To make sure the tests work properly, just reach into base and query the right values.1 parent 661112e commit cd92195
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1856 | 1856 | | |
1857 | 1857 | | |
1858 | 1858 | | |
1859 | | - | |
| 1859 | + | |
| 1860 | + | |
1860 | 1861 | | |
1861 | 1862 | | |
1862 | 1863 | | |
| |||
0 commit comments