From 517bc28360ba6417d5333720f03f010514862ec3 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 28 Apr 2020 14:26:43 -0500 Subject: system tests must pass Signed-off-by: Brent Baude --- cmd/podman/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/podman/main.go') diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 8109eca2f..4cd0beee8 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -7,7 +7,6 @@ import ( _ "github.com/containers/libpod/cmd/podman/healthcheck" _ "github.com/containers/libpod/cmd/podman/images" _ "github.com/containers/libpod/cmd/podman/manifest" - _ "github.com/containers/libpod/cmd/podman/networks" _ "github.com/containers/libpod/cmd/podman/pods" "github.com/containers/libpod/cmd/podman/registry" _ "github.com/containers/libpod/cmd/podman/system" -- cgit v1.2.3-54-g00ecf