Remove an obsolete FIXME

With https://github.com/containers/image/pull/183 , this no longer
applies.
This commit is contained in:
Miloslav Trmač 2016-12-09 17:10:32 +01:00
parent 7f7b648443
commit 09cc6c3199

View File

@ -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)