aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/toolbox_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/toolbox_test.go')
-rw-r--r--test/e2e/toolbox_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/toolbox_test.go b/test/e2e/toolbox_test.go
index 72ada5c31..b34fd299c 100644
--- a/test/e2e/toolbox_test.go
+++ b/test/e2e/toolbox_test.go
@@ -35,8 +35,8 @@ import (
"strings"
"syscall"
- "github.com/containers/podman/v3/pkg/rootless"
- . "github.com/containers/podman/v3/test/utils"
+ "github.com/containers/podman/v4/pkg/rootless"
+ . "github.com/containers/podman/v4/test/utils"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/onsi/gomega/gexec"