projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ff6ac
)
Allow generate_ssl_tests.pl to find testlib
author
Emilia Kasper
<emilia@openssl.org>
Thu, 7 Apr 2016 12:48:50 +0000
(14:48 +0200)
committer
Emilia Kasper
<emilia@openssl.org>
Thu, 7 Apr 2016 12:48:50 +0000
(14:48 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/recipes/80-test_ssl_new.t
patch
|
blob
|
history
diff --git
a/test/recipes/80-test_ssl_new.t
b/test/recipes/80-test_ssl_new.t
index da98f18fb6c9d44b3a183acb271ee8e12c7d3f93..fc1e29c1b1cec54bf8b19999006ebc063d1d8105 100644
(file)
--- a/
test/recipes/80-test_ssl_new.t
+++ b/
test/recipes/80-test_ssl_new.t
@@
-48,6
+48,7
@@
sub test_conf {
skip 'failure', 2 unless
ok(run(perltest(["generate_ssl_tests.pl", $input_file],
+ interpreter_args => [ "-I", srctop_dir("test", "testlib")],
stdout => $tmp_file)),
"Getting output from generate_ssl_tests.pl.");