diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/pull_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/pull_test.go b/test/e2e/pull_test.go index 25e33240e..bb2d0c3a0 100644 --- a/test/e2e/pull_test.go +++ b/test/e2e/pull_test.go @@ -140,7 +140,7 @@ var _ = Describe("Podman pull", func() { clean.WaitWithDefaultTimeout() }) - It("podman pull from local directory", func() { + It("podman pull check quiet", func() { podmanTest.RestoreArtifact(ALPINE) setup := podmanTest.Podman([]string{"images", ALPINE, "-q", "--no-trunc"}) setup.WaitWithDefaultTimeout() |