diff options
-rw-r--r-- | tests/data/test1139 | 10 | ||||
-rwxr-xr-x | tests/manpage-scan.pl | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/tests/data/test1139 b/tests/data/test1139 index 72761c670..b5267b012 100644 --- a/tests/data/test1139 +++ b/tests/data/test1139 @@ -15,13 +15,19 @@ documentation none </server> - <name> +<name> Verify that all libcurl options have man pages - </name> +</name> <command type="perl"> %SRCDIR/manpage-scan.pl %SRCDIR/.. %PWD/.. </command> </client> +<verify> +<stderr> +0 +</stderr> +</verify> + </testcase> diff --git a/tests/manpage-scan.pl b/tests/manpage-scan.pl index 10d2d15a1..41dfdec9c 100755 --- a/tests/manpage-scan.pl +++ b/tests/manpage-scan.pl @@ -288,4 +288,4 @@ foreach my $o (keys %opts) { } } -exit $errors; +print STDERR "$errors\n"; |