mirror of
https://github.com/curl/curl.git
synced 2026-07-15 23:57:20 +03:00
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:
parent
68fa9bf3f5
commit
502b6a5a32
2 changed files with 2 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -88,4 +88,4 @@ for my $f (@m) {
|
|||
if($errors) {
|
||||
exit 1;
|
||||
}
|
||||
print STDERR "ok\n";
|
||||
print "ok\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue