0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00

chore: fix main (#14175)

This commit is contained in:
David Sherret 2022-04-01 11:49:16 -04:00 committed by GitHub
parent 1c37ac3352
commit 1535fdd949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {