Skip to content

Commit ebd150b

Browse files
committed
update one of the tabs tests to use -x
1 parent 1378725 commit ebd150b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/by-util/test_ls.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4380,9 +4380,9 @@ fn test_tabsize_formatting() {
43804380

43814381
scene
43824382
.ucmd()
4383-
.args(&["-C", "-w18", "-T4"])
4383+
.args(&["-x", "-w18", "-T4"])
43844384
.succeeds()
4385-
.stdout_is("aaaaaaaa cccc\nbbbb\t dddddddd\n");
4385+
.stdout_is("aaaaaaaa bbbb\ncccc\t dddddddd\n");
43864386

43874387
scene
43884388
.ucmd()

0 commit comments

Comments
 (0)