From 1a2098cecfcdf93f3d8b8e203ffb6480973b172f Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Mon, 30 Oct 2017 10:48:48 +0100 Subject: [PATCH] update integration-cli tests for stderr output Signed-off-by: Riyaz Faizullabhoy (cherry picked from commit 250b84ee8820d5ac28f223ef3affdffeff7ee026) Signed-off-by: Andrew Hsu (cherry picked from commit d256539bf422fe6dc84c720c9153823c05396a3e) Signed-off-by: Andrew Hsu (cherry picked from commit 5742bd3ccf41601e363cd0bc8d8e45cd54973eed) Signed-off-by: Andrew Hsu --- components/engine/integration-cli/trust_server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/integration-cli/trust_server_test.go b/components/engine/integration-cli/trust_server_test.go index 19abe87196..39e7c0717e 100644 --- a/components/engine/integration-cli/trust_server_test.go +++ b/components/engine/integration-cli/trust_server_test.go @@ -41,7 +41,7 @@ const notaryHost = "localhost:4443" const notaryURL = "https://" + notaryHost var SuccessTagging = icmd.Expected{ - Out: "Tagging", + Err: "Tagging", } var SuccessSigningAndPushing = icmd.Expected{