From e2a1242cee2589aee7dbdcb535d6e51ec3fb3a45 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 18 Aug 2020 15:55:44 -0400 Subject: Fix one import path pointing to containers/podman Signed-off-by: Matthew Heon --- test/e2e/run_working_dir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/e2e/run_working_dir.go b/test/e2e/run_working_dir.go index 93330deba..64f1dc247 100644 --- a/test/e2e/run_working_dir.go +++ b/test/e2e/run_working_dir.go @@ -4,7 +4,7 @@ import ( "os" "strings" - . "github.com/containers/podman/v2/test/utils" + . "github.com/containers/libpod/v2/test/utils" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) -- cgit v1.2.3-54-g00ecf