Commit 1d352bb1 authored by Emilia Kasper's avatar Emilia Kasper
Browse files

Allow generate_ssl_tests.pl to find testlib

parent 53ff6ac1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.");