summaryrefslogtreecommitdiff
path: root/tests/manpage-scan.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-07-03 17:02:33 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-07-14 18:31:37 +0200
commitc13c67e1279e8ffb10799056026ce88c6a8a75e1 (patch)
tree70dd075b04ab2643538a4a56e6e28ac67802871c /tests/manpage-scan.pl
parent839e9f342b0f85f99f3033dc91a31843ea835f30 (diff)
downloadcurl-c13c67e1279e8ffb10799056026ce88c6a8a75e1.tar.gz
test1139: make it display the difference on test failuresbagder/test1119
Diffstat (limited to 'tests/manpage-scan.pl')
-rwxr-xr-xtests/manpage-scan.pl2
1 files changed, 1 insertions, 1 deletions
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";