test1275: remove the check of stderr

To avoid the mysterious test failures on Windows, instead rely on the
error code returned on failure.

Fixes #9716
Closes #9723
This commit is contained in:
Daniel Stenberg 2022-10-13 17:04:46 +02:00
parent 68fa9bf3f5
commit 502b6a5a32
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 7 deletions

View File

@ -2,6 +2,7 @@
<info>
<keywords>
documentation
markdown
</keywords>
</info>
@ -21,10 +22,4 @@ Verify capital letters after period in markdown files
</command>
</client>
<verify>
<stderr>
ok
</stderr>
</verify>
</testcase>

View File

@ -88,4 +88,4 @@ for my $f (@m) {
if($errors) {
exit 1;
}
print STDERR "ok\n";
print "ok\n";