diff --git a/integration/copy_test.go b/integration/copy_test.go index 8b13837c..f4101ab6 100644 --- a/integration/copy_test.go +++ b/integration/copy_test.go @@ -394,7 +394,7 @@ func (s *CopySuite) TestCopyDockerSigstore(c *check.C) { tmpDir, err := ioutil.TempDir("", "signatures-sigstore") c.Assert(err, check.IsNil) - //defer os.RemoveAll(tmpDir) + defer os.RemoveAll(tmpDir) copyDest := filepath.Join(tmpDir, "dest") err = os.Mkdir(copyDest, 0755) c.Assert(err, check.IsNil)