Make the verify_extra test location agnostic
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Sep 2015 15:04:33 +0000 (17:04 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 5 Sep 2015 23:28:40 +0000 (01:28 +0200)
commite9daa8150abc8d96dd1e4dcd764355851f06ef2b
tree8bb2328d4bf62485bf702c8700d0f51bcd7afd3f
parent551a2f26aa54f0a9210128f3b4c1c4a7e8a85e41
Make the verify_extra test location agnostic

Depending on platform, verify_extra_test may fail because it relies on
test/ being the current working directory.  Make it get all the required
files on the command line instead to solve that issue.

Reviewed-by: Tim Hudson <tjh@openssl.org>
test/Makefile
test/verify_extra_test.c