diff --git a/test/e2e/testsuite/testsuite.go b/test/e2e/testsuite/testsuite.go index cb45b8a624..c27e70052a 100644 --- a/test/e2e/testsuite/testsuite.go +++ b/test/e2e/testsuite/testsuite.go @@ -910,7 +910,7 @@ func PodmanCommandIsAvailable() error { unexpandedPath := filepath.Join(userHomeDir, ".crc/bin/oc;${PATH}") path = os.ExpandEnv(unexpandedPath) csshk = filepath.Join(userHomeDir, ".crc/machines/crc/id_ecdsa") - dh = "npipe:////./pipe/rc-podman" + dh = "npipe:////./pipe/crc-podman" } if runtime.GOOS == "linux" { ch = "ssh://core@192.168.130.11:22/run/user/1000/podman/podman.sock" diff --git a/test/integration/podman_test.go b/test/integration/podman_test.go index 0c0a62e14d..206914eec5 100644 --- a/test/integration/podman_test.go +++ b/test/integration/podman_test.go @@ -50,7 +50,7 @@ var _ = Describe("podman preset", Serial, Ordered, Label("podman-preset"), func( unexpandedPath := filepath.Join(userHomeDir, ".crc/bin/oc;${PATH}") path = os.ExpandEnv(unexpandedPath) csshk = filepath.Join(userHomeDir, ".crc/machines/crc/id_ecdsa") - dh = "npipe:////./pipe/rc-podman" + dh = "npipe:////./pipe/crc-podman" } if runtime.GOOS == "linux" { ch = "ssh://core@192.168.130.11:22/run/user/1000/podman/podman.sock"