summaryrefslogtreecommitdiff
path: root/test/e2e/ps_test.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-05-05 15:50:57 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-05-05 15:50:59 -0400
commit0d1ebc180ec7f6c1b096cbe936c0925402119482 (patch)
treeb4980ca67df9e1c10625dcf2d159105175be9f44 /test/e2e/ps_test.go
parent404bc2684edd14b20d02d8cd05ca3e6b6ee8888d (diff)
downloadpodman-0d1ebc180ec7f6c1b096cbe936c0925402119482.tar.gz
podman-0d1ebc180ec7f6c1b096cbe936c0925402119482.tar.bz2
podman-0d1ebc180ec7f6c1b096cbe936c0925402119482.zip
codespell cleanup
[NO TESTS NEEDED] This is just running codespell on podman Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/ps_test.go')
-rw-r--r--test/e2e/ps_test.go2
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))