]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakis
authorkennytm <kennytm@gmail.com>
Tue, 30 Jan 2018 09:10:51 +0000 (17:10 +0800)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 09:10:51 +0000 (17:10 +0800)
Make run-pass/env-home-dir.rs test more robust

Remove the assumption that home_dir always returns Some.

This allows the test to be executed with [cross](https://github.com/japaric/cross).


Trivial merge