]> git.lizzy.rs Git - rust.git/commit
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)
commitfccc85a0ad151533c422b7071d8a2e954ec605e2
tree4a27a75a349e0b17555a9897cb880ee22249a96f
parent3e3918070639d74d5469a6d2fa7cc5ac21bdad89
parentadeb0aeb4a21fe3a944285ad72dab01c10765398
Rollup merge of #47718 - malbarbo:env-home-dir, r=nikomatsakis

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).