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/e2e | |
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/e2e')
-rw-r--r-- | test/e2e/ps_test.go | 2 |
1 files changed, 1 insertions, 1 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)) |