mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Don't assume external ls
(#4925)
This commit is contained in:
parent
00b67d338d
commit
5d5b02d8dc
@ -48,7 +48,7 @@ fn multiple_reports_for_alias_def_custom() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
let length: i32 = actual.out.parse().unwrap();
|
let length: i32 = actual.out.parse().unwrap();
|
||||||
assert!(length >= 3);
|
assert!(length >= 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// `get_aliases_with_name` and `get_custom_commands_with_name` don't return the correct count of
|
// `get_aliases_with_name` and `get_custom_commands_with_name` don't return the correct count of
|
||||||
|
Loading…
Reference in New Issue
Block a user