1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-10 11:27:02 +02:00

Don't assume external ls ()

This commit is contained in:
JT
2022-03-24 16:42:41 +13:00
committed by GitHub
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