fixed some more tests (#4607)

This commit is contained in:
Darren Schroeder
2022-02-22 10:32:29 -06:00
committed by GitHub
parent 25712760ba
commit f507613b38
11 changed files with 18 additions and 60 deletions

View File

@ -65,8 +65,6 @@ fn test_redirection2() {
assert_eq!(actual.out, "10");
}
// FIXME: jt: needs more work
#[ignore]
#[test]
fn with_env_hides_variables_in_parent_scope() {
let actual = nu!(
@ -82,8 +80,6 @@ fn with_env_hides_variables_in_parent_scope() {
);
assert_eq!(actual.out, "11");
assert!(actual.err.contains("error"));
assert!(actual.err.contains("Unknown column"));
}
// FIXME: jt: needs more work