From 09cc6c31998eb2fc91814c3803e5248f448f279c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 9 Dec 2016 17:10:32 +0100 Subject: [PATCH] Remove an obsolete FIXME With https://github.com/containers/image/pull/183 , this no longer applies. --- cmd/skopeo/signing_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/skopeo/signing_test.go b/cmd/skopeo/signing_test.go index ea6bd6c6..b8720217 100644 --- a/cmd/skopeo/signing_test.go +++ b/cmd/skopeo/signing_test.go @@ -55,7 +55,7 @@ func TestStandaloneSign(t *testing.T) { manifestPath, "" /* empty reference */, fixturesTestKeyFingerprint) assertTestFailed(t, out, err, "empty signature content") - // Unknown key. (FIXME? The error is 'Error creating signature: End of file") + // Unknown key. out, err = runSkopeo("standalone-sign", "-o", "/dev/null", manifestPath, dockerReference, "UNKNOWN GPG FINGERPRINT") assert.Error(t, err)