mirror of
https://github.com/containers/skopeo.git
synced 2025-08-31 22:28:33 +00:00
Remove an obsolete FIXME
With https://github.com/containers/image/pull/183 , this no longer applies.
This commit is contained in:
@@ -55,7 +55,7 @@ func TestStandaloneSign(t *testing.T) {
|
|||||||
manifestPath, "" /* empty reference */, fixturesTestKeyFingerprint)
|
manifestPath, "" /* empty reference */, fixturesTestKeyFingerprint)
|
||||||
assertTestFailed(t, out, err, "empty signature content")
|
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",
|
out, err = runSkopeo("standalone-sign", "-o", "/dev/null",
|
||||||
manifestPath, dockerReference, "UNKNOWN GPG FINGERPRINT")
|
manifestPath, dockerReference, "UNKNOWN GPG FINGERPRINT")
|
||||||
assert.Error(t, err)
|
assert.Error(t, err)
|
||||||
|
Reference in New Issue
Block a user