summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-26 10:13:56 +0100
committerGitHub <noreply@github.com>2021-01-26 10:13:56 +0100
commit79565d1af18f07754e067b7203f42122d8fc03a9 (patch)
treec0869382db971ef17d8942b7dee5f51aee754dca /test/e2e
parent6ba8819d336ed3514b57c5818123ddfac80555ef (diff)
parent97f5e9458c8d618989e5ff386620bfee35942df3 (diff)
downloadpodman-79565d1af18f07754e067b7203f42122d8fc03a9.tar.gz
podman-79565d1af18f07754e067b7203f42122d8fc03a9.tar.bz2
podman-79565d1af18f07754e067b7203f42122d8fc03a9.zip
Merge pull request #9094 from rhatdan/mount
Pass DefaultMountsFile to podman build
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/run_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go
index 19060ecdc..caeaf190e 100644
--- a/test/e2e/run_test.go
+++ b/test/e2e/run_test.go
@@ -669,7 +669,7 @@ USER bin`
})
It("podman run with secrets", func() {
- SkipIfRemote("--default-mount-file option is not supported in podman-remote")
+ SkipIfRemote("--default-mounts-file option is not supported in podman-remote")
containersDir := filepath.Join(podmanTest.TempDir, "containers")
err := os.MkdirAll(containersDir, 0755)
Expect(err).To(BeNil())