Allow generate_ssl_tests.pl to find testlib
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
53ff6ac159
commit
1d352bb192
1 changed files with 1 additions and 0 deletions
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Reference in a new issue