Allow generate_ssl_tests.pl to find testlib
authorEmilia Kasper <emilia@openssl.org>
Thu, 7 Apr 2016 12:48:50 +0000 (14:48 +0200)
committerEmilia 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

index da98f18fb6c9d44b3a183acb271ee8e12c7d3f93..fc1e29c1b1cec54bf8b19999006ebc063d1d8105 100644 (file)
@@ -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.");