Fix test build

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #482
Approved by: baude
This commit is contained in:
Matthew Heon
2018-03-15 11:42:29 -04:00
committed by Atomic Bot
parent 525d023c89
commit 99b959560a
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ import (
"path/filepath"
"strings"
"testing"
"time"
"encoding/json"
"github.com/containers/image/copy"

View File

@ -38,7 +38,7 @@ var _ = Describe("Podman run restart containers", func() {
})
It("Podman start after signal kill", func() {
session := podmanTest.RunTopContainer("test1")
_ = podmanTest.RunTopContainer("test1")
ok := WaitForContainer(&podmanTest)
Expect(ok).To(BeTrue())