1 2 3 4 5 6 7 8
use std::env; #[test] fn fs_tests() { env::set_var("TZ", "UTC"); trycmd::TestCases::new().case("tests/trycmd/fs/*.toml"); env::remove_var("TZ"); }