sort to get test to pass on linux

This commit is contained in:
Issac Trotts 2019-08-24 17:21:09 -07:00
parent 108f66941b
commit 45d514a4cb

View File

@ -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");