change tests

This commit is contained in:
WindSoilder 2024-07-09 06:48:26 +08:00
parent 6ef12fa267
commit 19de459730

View File

@ -1167,5 +1167,5 @@ fn error_on_out_greater_pipe() {
let actual = nu!(r#""foo" o>| print"#); let actual = nu!(r#""foo" o>| print"#);
assert!(actual assert!(actual
.err .err
.contains("redirection stdout to pipe is the same as piping directly")) .contains("Redirection stdout to pipe is the same as piping directly"))
} }