mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests: replace run() with succeeds() or fails()
This commit is contained in:
@@ -146,7 +146,7 @@ fn test_combine_pairs_of_lines() {
|
||||
for d in ["-d", "--delimiters"] {
|
||||
new_ucmd!()
|
||||
.args(&[s, d, "\t\n", "html_colors.txt"])
|
||||
.run()
|
||||
.succeeds()
|
||||
.stdout_is_fixture("html_colors.expected");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user