mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-07 21:39:18 +01:00
Fixed file_with_invalid_utf8_filename integration test
This commit is contained in:
parent
a3234bf8ea
commit
5727ccb928
@ -1779,7 +1779,7 @@ fn file_with_invalid_utf8_filename() {
|
||||
.arg(file_path.as_os_str())
|
||||
.assert()
|
||||
.success()
|
||||
.stdout("dummy content\n");
|
||||
.stdout(" 1 dummy content\n");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user