diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-06 02:31:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 02:31:20 -0400 |
commit | 9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d (patch) | |
tree | 947c5697aeacbf699a0de3024ed7f9f0ad30a0a6 /test | |
parent | ed6f399770946bb2e88f8b94e1d2f279208648d4 (diff) | |
parent | 0d1ebc180ec7f6c1b096cbe936c0925402119482 (diff) | |
download | podman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.tar.gz podman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.tar.bz2 podman-9b9bd9e0e7b72c91d8e60103e8da7999cefbc63d.zip |
Merge pull request #10231 from rhatdan/cleanup
codespell cleanup
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/ps_test.go | 2 | ||||
-rw-r--r-- | test/upgrade/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/ps_test.go b/test/e2e/ps_test.go index d5269f415..2d7d84005 100644 --- a/test/e2e/ps_test.go +++ b/test/e2e/ps_test.go @@ -270,7 +270,7 @@ var _ = Describe("Podman ps", func() { Expect(result.ExitCode()).To(Equal(0)) Expect(result.OutputToString()).To(Equal(cid)) - // Query by trunctated image name should not match ( should return empty output ) + // Query by truncated image name should not match ( should return empty output ) result = podmanTest.Podman([]string{"ps", "-q", "--no-trunc", "-a", "--filter", "ancestor=quay.io/libpod/alpi"}) result.WaitWithDefaultTimeout() Expect(result.ExitCode()).To(Equal(0)) diff --git a/test/upgrade/README.md b/test/upgrade/README.md index 2979a66d7..6e5005134 100644 --- a/test/upgrade/README.md +++ b/test/upgrade/README.md @@ -84,4 +84,4 @@ Where To Go From Here * Figuring out how/if to run variations with different config files (e.g. running OLD-PODMAN that creates a user libpod.conf, tweaking - that in the test, then running NEW-PODMAN upgrate tests) + that in the test, then running NEW-PODMAN upgrade tests) |