summaryrefslogtreecommitdiff
path: root/test/system/070-build.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-28 09:19:29 -0400
committerGitHub <noreply@github.com>2020-08-28 09:19:29 -0400
commitcf6d9fe4e66895791418793341c67030fd12c455 (patch)
tree3be6b21d0de72876b139d93a202c7f06c21d7336 /test/system/070-build.bats
parentb1d6ea26ff5dea97be9ac7f65486c3ebdfe80eac (diff)
parent4060b771577356c6966d9af6b92dc5c85c20b84a (diff)
downloadpodman-cf6d9fe4e66895791418793341c67030fd12c455.tar.gz
podman-cf6d9fe4e66895791418793341c67030fd12c455.tar.bz2
podman-cf6d9fe4e66895791418793341c67030fd12c455.zip
Merge pull request #7464 from edsantiago/bats
BATS: fix corner case in --userns=keep-id test
Diffstat (limited to 'test/system/070-build.bats')
-rw-r--r--test/system/070-build.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/070-build.bats b/test/system/070-build.bats
index 0e6e97d40..997699ecb 100644
--- a/test/system/070-build.bats
+++ b/test/system/070-build.bats
@@ -12,7 +12,7 @@ load helpers
rand_content=$(random_string 50)
tmpdir=$PODMAN_TMPDIR/build-test
- run mkdir -p $tmpdir || die "Could not mkdir $tmpdir"
+ mkdir -p $tmpdir
dockerfile=$tmpdir/Dockerfile
cat >$dockerfile <<EOF
FROM $IMAGE