From 9a23e285d3ef7d356cb08cd431bcc6ffc7b579ab Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 15 Jan 2019 10:27:13 -0600 Subject: add support for podman-remote history this adds support to get the history for an image and its layers using podman-remote. Signed-off-by: baude --- test/e2e/history_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/e2e/history_test.go b/test/e2e/history_test.go index 921dcaea0..9bec9ad13 100644 --- a/test/e2e/history_test.go +++ b/test/e2e/history_test.go @@ -1,5 +1,3 @@ -// +build !remoteclient - package integration import ( -- cgit v1.2.3-54-g00ecf