Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Nov 5, 2023
1 parent 23236f6 commit 750da24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ async fn run(run_args: &[&str], repo: bool) -> Result<(TempDir, i32)> {
}

std::fs::create_dir_all(dir.join("cache/pkg"))?;

std::fs::create_dir_all(testdata.join("pkg"))?;
//std::fs::create_dir_all(testdata.join("pkg"))?;

let mut file = fs::OpenOptions::new()
.append(true)
Expand Down

0 comments on commit 750da24

Please sign in to comment.