1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

chore: fix main (#14175)

This commit is contained in:
David Sherret 2022-04-01 11:49:16 -04:00 committed by David Sherret
parent 53abcffd62
commit 79106d757f

View file

@ -189,7 +189,7 @@ fn standalone_load_datauri() {
// https://github.com/denoland/deno/issues/13704
#[test]
fn standalone_follow_redirects() {
let dir = TempDir::new().unwrap();
let dir = TempDir::new();
let exe = if cfg!(windows) {
dir.path().join("follow_redirects.exe")
} else {