mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Don't assume external ls
(#4925)
This commit is contained in:
parent
00b67d338d
commit
5d5b02d8dc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fn multiple_reports_for_alias_def_custom() {
|
|||
);
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue