http://bugs.winehq.org/show_bug.cgi?id=27168
--- Comment #48 from Juan Lang juan.lang@gmail.com 2011-12-08 12:44:07 CST --- Comment on attachment 37851 --> http://bugs.winehq.org/attachment.cgi?id=37851 fixed test
One more tab:
+ if (status != SEC_E_OK) { + skip("Query cert expected OK, got %08x\n", status); + goto out; + }
(Before skip.) Fix, and it should be ready for wine-patches. Thanks!