summaryrefslogtreecommitdiff
path: root/test/system/005-info.bats
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/system/005-info.bats
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/system/005-info.bats')
-rw-r--r--test/system/005-info.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats
index 0f7e8b2e4..1d84ede9b 100644
--- a/test/system/005-info.bats
+++ b/test/system/005-info.bats
@@ -89,7 +89,7 @@ host.slirp4netns.executable | $expr_path
}
@test "podman info netavark " {
- # Confirm netavark in use when explicitely required by execution environment.
+ # Confirm netavark in use when explicitly required by execution environment.
if [[ "$NETWORK_BACKEND" == "netavark" ]]; then
if ! is_netavark; then
# Assume is_netavark() will provide debugging feedback.