Skip to content

Commit

Permalink
account for fixing on an m2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Nov 8, 2024
1 parent 918af03 commit 474edb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quill/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ func TestSign(t *testing.T) {
failWithoutFullChain: true,
},
assertions: []test.OutputAssertion{
test.AssertContains("CodeDirectory v=20500 size=771 flags=0x10000(runtime) hashes=19+2 location=embedded"),
test.AssertContains("CodeDirectory v=20500 size=643 flags=0x10000(runtime) hashes=15+2 location=embedded"),
test.AssertContains("Hash type=sha256 size=32"),
test.AssertContains("CandidateCDHash sha256=6d103445e8b004b078ec736b029868522e40d22d"),
test.AssertContains("CandidateCDHashFull sha256=6d103445e8b004b078ec736b029868522e40d22daf33a010dde0c0cb61a2fdae"),
test.AssertContains("CDHash=6d103445e8b004b078ec736b029868522e40d22d"),
test.AssertContains("CMSDigest=6d103445e8b004b078ec736b029868522e40d22daf33a010dde0c0cb61a2fdae"),
test.AssertContains("CandidateCDHash sha256=13d846da55c5a1eaddbe8a7a5ca2774b46026b7f"),
test.AssertContains("CandidateCDHashFull sha256=13d846da55c5a1eaddbe8a7a5ca2774b46026b7f979029faac974668f0d97c6a"),
test.AssertContains("CDHash=13d846da55c5a1eaddbe8a7a5ca2774b46026b7f"),
test.AssertContains("CMSDigest=13d846da55c5a1eaddbe8a7a5ca2774b46026b7f979029faac974668f0d97c6a"),
test.AssertContains("CMSDigestType=2"),
test.AssertContains("Signature size="), // assert not adhoc
test.AssertContains("Authority=quill-test-leaf"),
Expand Down

0 comments on commit 474edb1

Please sign in to comment.