mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
rename the test
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
parent
8931cfa93d
commit
41188a915e
1 changed files with 1 additions and 1 deletions
|
@ -3681,7 +3681,7 @@ fn test_ls_dired_complex() {
|
|||
|
||||
#[ignore = "issue #5396"]
|
||||
#[test]
|
||||
fn test_ls_tabsize_cf() {
|
||||
fn test_ls_cf_output_should_be_delimited_by_tab() {
|
||||
let (at, mut ucmd) = at_and_ucmd!();
|
||||
|
||||
at.mkdir("e");
|
||||
|
|
Loading…
Reference in a new issue