summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJay <jytrn@protonmail.com>2020-10-25 18:01:44 +0000
committerAbin Simon <abinsimon10@gmail.com>2020-10-28 22:43:11 +0530
commit27183c2b1f3fd05f20466c63eb46c6f7a0e16274 (patch)
treecfa233357baffd740d0a03f2c8aa7df37c6c9d6d /tests
parentf7d5e917c2bddec8e942ee0d72463494e86d75ed (diff)
readd removed line
Diffstat (limited to 'tests')
-rw-r--r--tests/integration.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration.rs b/tests/integration.rs
index 1d397e9..6985776 100644
--- a/tests/integration.rs
+++ b/tests/integration.rs
@@ -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())