1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

ls: further refactor --color and classification

This commit is contained in:
Terts Diepraam 2021-04-21 17:57:17 +02:00
parent e382f7fa83
commit ff39538375
2 changed files with 19 additions and 73 deletions

View file

@ -622,7 +622,7 @@ fn test_ls_recursive() {
}
#[test]
fn test_ls_ls_color() {
fn test_ls_color() {
let scene = TestScenario::new(util_name!());
let at = &scene.fixtures;
at.mkdir("a");