aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-08-18 15:55:44 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-08-20 12:16:53 -0400
commite2a1242cee2589aee7dbdcb535d6e51ec3fb3a45 (patch)
tree1f3d072d35ab44cf55ed77da906c03353ea99c73 /test
parent44e5d0c1e8272f92d0fa6d41075a0127b241f003 (diff)
downloadpodman-e2a1242cee2589aee7dbdcb535d6e51ec3fb3a45.tar.gz
podman-e2a1242cee2589aee7dbdcb535d6e51ec3fb3a45.tar.bz2
podman-e2a1242cee2589aee7dbdcb535d6e51ec3fb3a45.zip
Fix one import path pointing to containers/podman
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test')
-rw-r--r--test/e2e/run_working_dir.go2
1 files changed, 1 insertions, 1 deletions
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"
)