Merge pull request #5944 from rhatdan/untag

Fix integration tests for untag
This commit is contained in:
OpenShift Merge Robot
2020-04-22 21:23:42 +02:00
committed by GitHub
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)