summaryrefslogtreecommitdiffstats
path: root/tests/by-util/test_ls.rs
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2024-07-02 23:32:49 +0200
committerSylvestre Ledru <sylvestre@debian.org>2024-07-04 23:39:03 +0200
commitfd2c4a14b89c99db3e188df9c9868f33cd934bef (patch)
tree758b979bb938bed6372316bead46de2b41b3323c /tests/by-util/test_ls.rs
parenta18c1329947468e25680d4509affb1b760e575b0 (diff)
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 d9ccf7915..4e88ea1c3 100644
--- a/tests/by-util/test_ls.rs
+++ b/tests/by-util/test_ls.rs
@@ -4259,7 +4259,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!();