aboutsummaryrefslogtreecommitdiff
path: root/src/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.rs')
-rw-r--r--src/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.rs b/src/test.rs
index 54435e5..3d54d71 100644
--- a/src/test.rs
+++ b/src/test.rs
@@ -312,7 +312,7 @@ mod core {
#[test]
fn test_protected_repo_parser() {
- let tmpdir = tempdir::TempDir::new("test").unwrap();
+ let tmpdir = tempfile::TempDir::new().unwrap();
let another_file_path = format!(
"include={}/REPO_SETTING # TEST\ncgit-simple-auth-protect=part",