summaryrefslogtreecommitdiffstats
path: root/tests/by-util/test_ls.rs
diff options
context:
space:
mode:
authorDaniel Hofstetter <daniel.hofstetter@42dh.com>2024-07-05 10:38:31 +0200
committerGitHub <noreply@github.com>2024-07-05 10:38:31 +0200
commit8cc129cff89523ea0f26ca23e3ca3de660041968 (patch)
tree4e3631af8816fc34b8c19a6dfa2ca1868078e41e /tests/by-util/test_ls.rs
parentea478c2bb64afcb31042f08207cb2384c74bf763 (diff)
parentfd2c4a14b89c99db3e188df9c9868f33cd934bef (diff)
Merge pull request #6528 from sylvestre/cf
ls: when -CF is passed, use a tab. closes: #5396
Diffstat (limited to 'tests/by-util/test_ls.rs')
-rw-r--r--tests/by-util/test_ls.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/by-util/test_ls.rs b/tests/by-util/test_ls.rs
index 6346ea906..396a499eb 100644
--- a/tests/by-util/test_ls.rs
+++ b/tests/by-util/test_ls.rs
@@ -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!();