pull/11626/head
Sharif Elgamal 2021-06-22 17:15:04 -07:00
parent f9d87ca4b7
commit 0932900abb
1 changed files with 3 additions and 0 deletions

View File

@ -1836,6 +1836,9 @@ func validateStartWithCorpProxy(ctx context.Context, t *testing.T, profile strin
}
mitmDir, err := ioutil.TempDir("", "")
if err != nil {
t.Fatalf("failed to create temp dir: %v", err)
}
_, err = Run(t, exec.CommandContext(ctx, "tar", "xzf", "mitmproxy-6.0.2-linux.tar.gz", "-C", mitmDir))
if err != nil {