mirror of
https://github.com/nushell/nushell.git
synced 2025-07-13 04:46:17 +02:00
Don't assume external ls
(#4925)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user