Skip to content

Commit 909ae9d

Browse files
committed
tests: update certificate path.
1 parent ca7c48f commit 909ae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-x509.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test_extract_subject (void)
99
{
1010
char *subject;
1111

12-
subject = _mongoc_ssl_extract_subject ("tests/certificates/client.pem");
12+
subject = _mongoc_ssl_extract_subject (BINARY_DIR"/../certificates/client.pem");
1313
ASSERT (0 == strcmp (subject, "CN=client,OU=kerneluser,O=10Gen,L=New York City,ST=New York,C=US"));
1414
bson_free (subject);
1515
}

0 commit comments

Comments
 (0)