This commit is contained in:
Marin Postma
2021-03-29 13:25:59 +02:00
parent 7f68b83cb7
commit 9a1ab4e69f

View File

@ -72,7 +72,7 @@ mod tests {
#[test]
fn test_pack_unpack() {
let tempdir = TempDir::new().unwrap();
let tempdir = tempfile::tempdir().unwrap();
let test_dir = tempdir.path();
let src_dir = test_dir.join("src");