Remove duplicated test

This commit is contained in:
Miloslav Trmač 2016-05-21 04:46:57 +02:00
parent 532fae24ac
commit 521e3ce0eb

View File

@ -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)