aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/run_memory_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/run_memory_test.go')
-rw-r--r--test/e2e/run_memory_test.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/e2e/run_memory_test.go b/test/e2e/run_memory_test.go
index 5ae45b62f..21ad00b43 100644
--- a/test/e2e/run_memory_test.go
+++ b/test/e2e/run_memory_test.go
@@ -1,12 +1,10 @@
-// +build !remote
-
package integration
import (
"os"
- "github.com/containers/libpod/v2/pkg/cgroups"
- . "github.com/containers/libpod/v2/test/utils"
+ "github.com/containers/podman/v2/pkg/cgroups"
+ . "github.com/containers/podman/v2/test/utils"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)