mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 13:42:34 +00:00
readd removed line
This commit is contained in:
parent
f7d5e917c2
commit
27183c2b1f
1 changed files with 1 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue