tests/uniq: update test

This commit is contained in:
Thomas Queiroz
2021-10-24 02:59:50 -03:00
parent ea9b239841
commit 1d8381064a
+3 -1
View File
@@ -145,7 +145,9 @@ fn test_invalid_utf8() {
.arg("not-utf8-sequence.txt")
.run()
.failure()
.stderr_only("uniq: invalid utf-8 sequence of 1 bytes from index 0");
.stderr_only(
"uniq: failed to convert line to utf8: invalid utf-8 sequence of 1 bytes from index 0",
);
}
#[test]