summaryrefslogtreecommitdiffstats
path: root/test/README
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2017-09-07 18:41:52 -0400
committerBenjamin Kaduk <kaduk@mit.edu>2017-09-08 13:58:59 -0500
commitf90486f4def6c20e3021405068b69533d164244f (patch)
treebbd46031035f09f8031a0e6f587f8069704229ab /test/README
parenta9c0d8beeae98355a2ef6ae1f0a9ba624be8bd54 (diff)
Fix test documentation.
The instructions don't work. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4349)
Diffstat (limited to 'test/README')
-rw-r--r--test/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README b/test/README
index d8526806a8..37722e79f3 100644
--- a/test/README
+++ b/test/README
@@ -50,7 +50,7 @@ The second argument to `simple_test' is the test executable, and `simple_test'
expects it to be located in test/
For documentation on OpenSSL::Test::Simple, do
-`perldoc test/testlib/OpenSSL/Test/Simple.pm'.
+`perldoc util/perl/OpenSSL/Test/Simple.pm'.
A recipe that runs a more complex test
@@ -58,7 +58,7 @@ A recipe that runs a more complex test
For more complex tests, you will need to read up on Test::More and
OpenSSL::Test. Test::More is normally preinstalled, do `man Test::More' for
-documentation. For OpenSSL::Test, do `perldoc test/testlib/OpenSSL/Test.pm'.
+documentation. For OpenSSL::Test, do `perldoc util/perl/OpenSSL/Test.pm'.
A script to start from could be this: