mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
fix formatting fr test_seq
This commit is contained in:
parent
a2d6c85e44
commit
94e293f2bf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ fn test_count_down() {
|
|||
.args(&["--", "5", "-1", "1"])
|
||||
.run()
|
||||
.stdout_is("5\n4\n3\n2\n1\n");
|
||||
new_ucmd!()
|
||||
new_ucmd!()
|
||||
.args(&["5", "-1", "1"])
|
||||
.run()
|
||||
.stdout_is("5\n4\n3\n2\n1\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue