do not delete genereated certs for functional test
parent
677c2e47d8
commit
a783d08c66
|
@ -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)
|
||||
}()
|
||||
|
|
Loading…
Reference in New Issue