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

Merge pull request #6528 from sylvestre/cf

ls: when -CF is passed, use a tab. closes: #5396
This commit is contained in:
Daniel Hofstetter 2024-07-05 10:38:31 +02:00 committed by GitHub
commit 8cc129cff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 5 deletions

View file

@ -4295,7 +4295,6 @@ fn test_ls_subdired_complex() {
assert_eq!(dirnames, vec!["dir1", "dir1\\c2", "dir1\\d"]);
}
#[ignore = "issue #5396"]
#[test]
fn test_ls_cf_output_should_be_delimited_by_tab() {
let (at, mut ucmd) = at_and_ucmd!();