more test fixes (#4499)

* more test fixes

* update multi-os err messages
This commit is contained in:
Darren Schroeder
2022-02-16 12:24:45 -06:00
committed by GitHub
parent 5b6156687e
commit b64ac9eb7b
6 changed files with 40 additions and 34 deletions

View File

@ -114,8 +114,6 @@ fn parses_column_path_extension() {
assert_eq!(actual.out, "png");
}
// FIXME: jt: needs more work
#[ignore]
#[test]
fn parses_into_correct_number_of_columns() {
let actual = nu!(
@ -123,7 +121,7 @@ fn parses_into_correct_number_of_columns() {
r#"
echo 'home/viking/spam.txt'
| path parse
| pivot
| transpose
| get Column0
| length
"#