mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08: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,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…
x
Reference in New Issue
Block a user