aboutsummaryrefslogtreecommitdiff
path: root/test/system/070-build.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-26 16:59:57 +0100
committerGitHub <noreply@github.com>2021-01-26 16:59:57 +0100
commitad1e0bb77f56499ff22eeb8123aaab8e57a43c03 (patch)
tree2d51bab04ef8f221273d3f9d18aceb847daf5dc1 /test/system/070-build.bats
parent41dd1eb8a22f6ac70dd48b53993c9d6ce4476eb4 (diff)
parent0f668aa0857815f388ef1bb880efa4b2e889edaf (diff)
downloadpodman-ad1e0bb77f56499ff22eeb8123aaab8e57a43c03.tar.gz
podman-ad1e0bb77f56499ff22eeb8123aaab8e57a43c03.tar.bz2
podman-ad1e0bb77f56499ff22eeb8123aaab8e57a43c03.zip
Merge pull request #9054 from vrothberg/fix-9040
make sure the workdir exists on container mount
Diffstat (limited to 'test/system/070-build.bats')
-rw-r--r--test/system/070-build.bats4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/system/070-build.bats b/test/system/070-build.bats
index 05518d8fc..7a42a4c18 100644
--- a/test/system/070-build.bats
+++ b/test/system/070-build.bats
@@ -163,10 +163,12 @@ EOF
https_proxy=https-proxy-in-env-file
EOF
+ # NOTE: it's important to not create the workdir.
+ # Podman will make sure to create a missing workdir
+ # if needed. See #9040.
cat >$tmpdir/Containerfile <<EOF
FROM $IMAGE
LABEL $label_name=$label_value
-RUN mkdir $workdir
WORKDIR $workdir
# Test for #7094 - chowning of invalid symlinks