diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index e2e716288d..60b3011377 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -69,14 +69,6 @@ func TestFunctional(t *testing.T) { if err := os.Remove(p); err != nil { t.Logf("unable to remove %q: %v", p, err) } - p = localTestCertPath() - if err := os.Remove(p); err != nil { - t.Logf("unable to remove %q: %v", p, err) - } - p = localEmptyCertPath() - if err := os.Remove(p); err != nil { - t.Logf("unable to remove %q: %v", p, err) - } Cleanup(t, profile, cancel) }()