mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 21:37:54 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -8,7 +8,9 @@ fn timeit_show_stdout() {
|
||||
|
||||
#[test]
|
||||
fn timeit_show_stderr() {
|
||||
let actual = nu!(" with-env {FOO: bar, FOO2: baz} { let t = timeit { nu --testbin echo_env_mixed out-err FOO FOO2 } }");
|
||||
let actual = nu!(
|
||||
" with-env {FOO: bar, FOO2: baz} { let t = timeit { nu --testbin echo_env_mixed out-err FOO FOO2 } }"
|
||||
);
|
||||
assert!(actual.out.contains("bar"));
|
||||
assert!(actual.err.contains("baz"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user