diff options
Diffstat (limited to 'test/e2e/run_working_dir.go')
-rw-r--r-- | test/e2e/run_working_dir.go | 2 |
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..1a1e35d84 100644 --- a/test/e2e/run_working_dir.go +++ b/test/e2e/run_working_dir.go @@ -50,7 +50,7 @@ var _ = Describe("Podman run", func() { }) It("podman run a container on an image with a workdir", func() { - SkipIfRemote() + SkipIfRemote() // FIXME This should work on podman-remote dockerfile := `FROM alpine RUN mkdir -p /home/foobar WORKDIR /etc/foobar` |