]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1275: remove the check of stderr
authorDaniel Stenberg <daniel@haxx.se>
Thu, 13 Oct 2022 15:04:46 +0000 (17:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Oct 2022 21:21:08 +0000 (23:21 +0200)
To avoid the mysterious test failures on Windows, instead rely on the
error code returned on failure.

Fixes #9716
Closes #9723

tests/data/test1275
tests/markdown-uppercase.pl

index bd8415edb45d623273b77f2aef98adc020987e93..d1cb223b8bbb31da954f1f0d2f76a32b93d98c46 100644 (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>
index db6a2f82414c82f0ab10ffb8f0d982819ced22e2..3aa8ac07bc96a9028560994179356eca95925a02 100644 (file)
@@ -88,4 +88,4 @@ for my $f (@m) {
 if($errors) {
     exit 1;
 }
-print STDERR "ok\n";
+print "ok\n";