We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7c48f commit 909ae9dCopy full SHA for 909ae9d
tests/test-x509.c
@@ -9,7 +9,7 @@ test_extract_subject (void)
9
{
10
char *subject;
11
12
- subject = _mongoc_ssl_extract_subject ("tests/certificates/client.pem");
+ subject = _mongoc_ssl_extract_subject (BINARY_DIR"/../certificates/client.pem");
13
ASSERT (0 == strcmp (subject, "CN=client,OU=kerneluser,O=10Gen,L=New York City,ST=New York,C=US"));
14
bson_free (subject);
15
}
0 commit comments