From 38a1b2f16d210525eafcc845e7a9cce598207113 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 15 Mar 2018 10:06:49 -0500 Subject: Image library stage 4 - create and commit Migrate the podman create and commit subcommandis to leverage the images library. I also had to migrate the cmd/ portions of run and rmi. Signed-off-by: baude Closes: #498 Approved by: mheon --- test/e2e/pull_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e/pull_test.go') 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() -- cgit v1.2.3-54-g00ecf