Fix integration tests for untag

Signed-off-by: Brent Baude <bbaude@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Brent Baude
2020-04-21 15:15:56 -05:00
committed by Daniel J Walsh
parent 703fd50553
commit 6fdcc09a20
3 changed files with 14 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ var _ = Describe("Podman untag", func() {
)
BeforeEach(func() {
Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)