test: enable exec tests

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2020-04-28 15:32:59 +02:00
parent a9aa9e2f78
commit e8e00133c1
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
1 changed files with 0 additions and 1 deletions

View File

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