summaryrefslogtreecommitdiff
path: root/test/buildah-bud/apply-podman-deltas
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-26 10:24:44 +0100
committerGitHub <noreply@github.com>2022-03-26 10:24:44 +0100
commit730f1db4da8e6707a21f1615f7ff6a1b49123342 (patch)
treecdb5a171fcdc3b096aadb26779c8816b37c0b652 /test/buildah-bud/apply-podman-deltas
parentdd2a28bfe623a722bb1126acf7c7148f7bb11847 (diff)
parentffbab30d7b8ee407e0d92724db30a52edf7edb00 (diff)
downloadpodman-730f1db4da8e6707a21f1615f7ff6a1b49123342.tar.gz
podman-730f1db4da8e6707a21f1615f7ff6a1b49123342.tar.bz2
podman-730f1db4da8e6707a21f1615f7ff6a1b49123342.zip
Merge pull request #13659 from rhatdan/codespell
Run codespell to cleanup typos
Diffstat (limited to 'test/buildah-bud/apply-podman-deltas')
-rwxr-xr-xtest/buildah-bud/apply-podman-deltas2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas
index 26d7fc075..cb8357e89 100755
--- a/test/buildah-bud/apply-podman-deltas
+++ b/test/buildah-bud/apply-podman-deltas
@@ -143,7 +143,7 @@ skip "N/A under podman" \
# TODO
# Some of the podman tests in CI expects exit code 125, which might not be true
# since exit code from runtime is relayed as it is without any modification both
-# in `buildah` and `podman`. Following behviour is seen when PR https://github.com/containers/buildah/pull/3809
+# in `buildah` and `podman`. Following behaviour is seen when PR https://github.com/containers/buildah/pull/3809
# added a test here https://github.com/containers/buildah/blob/main/tests/bud.bats#L3183
# which relays exit code from runtime as it is, in case of both `podman` and `buildah`.
# However apart from this test case no other test case was able to trigger this behavior