disable env var test on macOS, win
This commit is contained in:
parent
b9fe91e486
commit
bbb1d80703
1 changed files with 3 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue