mirror of
https://github.com/containers/skopeo.git
synced 2025-08-01 23:07:51 +00:00
Remove duplicated test
This commit is contained in:
parent
532fae24ac
commit
521e3ce0eb
@ -59,8 +59,6 @@ func ConsumeAndLogOutput(c *check.C, id string, f io.ReadCloser, err error) {
|
||||
func (s *SigningSuite) SetUpTest(c *check.C) {
|
||||
_, err := exec.LookPath(skopeoBinary)
|
||||
c.Assert(err, check.IsNil)
|
||||
_, err = exec.LookPath(skopeoBinary)
|
||||
c.Assert(err, check.IsNil)
|
||||
|
||||
s.gpgHome, err = ioutil.TempDir("", "skopeo-gpg")
|
||||
c.Assert(err, check.IsNil)
|
||||
|
Loading…
Reference in New Issue
Block a user