forked from extern/nushell
sort to get test to pass on linux
This commit is contained in:
parent
108f66941b
commit
45d514a4cb
@ -95,7 +95,7 @@ fn can_get_last() {
|
||||
nu!(
|
||||
output,
|
||||
cwd("tests/fixtures/formats"),
|
||||
"ls | last 1 | get name | trim | echo $it"
|
||||
"ls | sort-by name | last 1 | get name | trim | echo $it"
|
||||
);
|
||||
|
||||
assert_eq!(output, "utf16.ini");
|
||||
|
Loading…
Reference in New Issue
Block a user