readd removed line

This commit is contained in:
Jay 2020-10-25 18:01:44 +00:00 committed by Abin Simon
parent f7d5e917c2
commit 27183c2b1f

View file

@ -379,6 +379,7 @@ fn test_bad_utf_8_extension() {
use std::fs::File;
let tmp = tempdir();
let fname = bad_utf8(tmp.path(), "bad.extension", "");
File::create(fname).expect("failed to create file");
cmd()
.arg(tmp.path())