diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-07-16 11:23:59 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-07-16 12:38:42 +0200 |
commit | 647e726d78798356b5af7585ededd762ba76df6e (patch) | |
tree | 7e4e794e6c6413c6cd7a7569c32b06525cc3d19f /tests | |
parent | 952998cbdb86a6b177881a013021c588a53e5801 (diff) | |
download | curl-647e726d78798356b5af7585ededd762ba76df6e.tar.gz |
test1173: make it also check all libcurl option man pages
... and adjust those that cause errors
Closes #4116
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1173 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1173 b/tests/data/test1173 index d48996552..dd09f81d8 100644 --- a/tests/data/test1173 +++ b/tests/data/test1173 @@ -19,7 +19,7 @@ Basic man page syntax check </name> <command type="perl"> -%SRCDIR/manpage-syntax.pl %SRCDIR/../docs/*.1 %SRCDIR/../docs/libcurl/*.3 +%SRCDIR/manpage-syntax.pl %SRCDIR/../docs/*.1 %SRCDIR/../docs/libcurl/*.3 %SRCDIR/../docs/libcurl/opts/*.3 </command> </client> |