summaryrefslogtreecommitdiffstats
path: root/test/README.ssltest.md
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.ssltest.md
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.ssltest.md')
-rw-r--r--test/README.ssltest.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.ssltest.md b/test/README.ssltest.md
index 288dffa7ac..c4540b47e4 100644
--- a/test/README.ssltest.md
+++ b/test/README.ssltest.md
@@ -222,7 +222,7 @@ client => {
```
$ ./config
$ cd test
-$ TOP=.. perl -I testlib/ generate_ssl_tests.pl ssl-tests/my.conf.in \
+$ TOP=.. perl -I ../util/perl/ generate_ssl_tests.pl ssl-tests/my.conf.in \
> ssl-tests/my.conf
```
@@ -231,7 +231,7 @@ where `my.conf.in` is your test input file.
For example, to generate the test cases in `ssl-tests/01-simple.conf.in`, do
```
-$ TOP=.. perl -I testlib/ generate_ssl_tests.pl ssl-tests/01-simple.conf.in > ssl-tests/01-simple.conf
+$ TOP=.. perl -I ../util/perl/ generate_ssl_tests.pl ssl-tests/01-simple.conf.in > ssl-tests/01-simple.conf
```
Alternatively (hackish but simple), you can comment out