1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

fix formatting fr test_seq

This commit is contained in:
Sylvestre Ledru 2021-01-02 10:14:18 +01:00
parent a2d6c85e44
commit 94e293f2bf

View file

@ -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");