Revert "update integration-cli tests for stderr output"

This reverts commit d5f8753b88.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2018-04-10 11:51:53 -07:00
parent fbe9d5d378
commit 83bc7fbbe0

View File

@ -40,7 +40,7 @@ const notaryHost = "localhost:4443"
const notaryURL = "https://" + notaryHost
var SuccessTagging = icmd.Expected{
Err: "Tagging",
Out: "Tagging",
}
var SuccessSigningAndPushing = icmd.Expected{