aboutsummaryrefslogtreecommitdiff
path: root/test/buildah-bud/apply-podman-deltas
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-03-25 08:07:24 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-03-25 15:34:41 -0400
commitffbab30d7b8ee407e0d92724db30a52edf7edb00 (patch)
tree57bd78deee92cc40983ec6d422355ac02e645830 /test/buildah-bud/apply-podman-deltas
parent1fad1413fdae206d5d87cfba91395cf6a0ea3bdd (diff)
downloadpodman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.tar.gz
podman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.tar.bz2
podman-ffbab30d7b8ee407e0d92724db30a52edf7edb00.zip
Run codespell to cleanup typos
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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