Consolidate the locations where we have our internal perl modules
[oweals/openssl.git] / test / recipes / 80-test_ssl_new.t
index de351903a5b575f193ed8d9882a41a49756b4e13..f86e50988e2e07209dcf3b8a733152a0ac2732e3 100644 (file)
@@ -120,7 +120,7 @@ sub test_conf {
 
       skip 'failure', 2 unless
         ok(run(perltest(["generate_ssl_tests.pl", $input_file],
-                        interpreter_args => [ "-I", srctop_dir("test", "testlib")],
+                        interpreter_args => [ "-I", srctop_dir("util", "perl")],
                         stdout => $tmp_file)),
            "Getting output from generate_ssl_tests.pl.");