disable env var test on macOS, win

This commit is contained in:
Ralf Jung 2018-10-21 01:31:46 +02:00
parent b9fe91e486
commit bbb1d80703

View File

@ -1,3 +1,6 @@
//ignore-windows: env var emulation not implemented on Windows
//ignore-macos: env var emulation not implemented on macOS
use std::env;
fn main() {