Merge pull request from baude/v2intrunsignal

enable run_signal integration tests
This commit is contained in:
OpenShift Merge Robot
2020-04-27 11:37:19 +02:00
committed by GitHub

@ -29,7 +29,6 @@ var _ = Describe("Podman run with --sig-proxy", func() {
) )
BeforeEach(func() { BeforeEach(func() {
Skip(v2fail)
tmpdir, err = CreateTempDirInTempDir() tmpdir, err = CreateTempDirInTempDir()
if err != nil { if err != nil {
os.Exit(1) os.Exit(1)