You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2021/05/02 09:19:19 UTC

svn commit: r1889394 - /spamassassin/trunk/t/extracttext.t

Author: hege
Date: Sun May  2 09:19:19 2021
New Revision: 1889394

URL: http://svn.apache.org/viewvc?rev=1889394&view=rev
Log:
Fix binaries check

Modified:
    spamassassin/trunk/t/extracttext.t

Modified: spamassassin/trunk/t/extracttext.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/extracttext.t?rev=1889394&r1=1889393&r2=1889394&view=diff
==============================================================================
--- spamassassin/trunk/t/extracttext.t (original)
+++ spamassassin/trunk/t/extracttext.t Sun May  2 09:19:19 2021
@@ -11,7 +11,7 @@ use constant HAS_TESSERACT => eval { $_
 my $tests = 0;
 $tests += 2 if (HAS_PDFTOTEXT);
 $tests += 1 if (HAS_TESSERACT);
-if ($tests && $tests < 5) { diag("some binaries missing, not running all tests\n"); }
+if ($tests && $tests < 3) { diag("some binaries missing, not running all tests\n"); }
 
 plan skip_all => "no needed binaries found" unless $tests;
 plan tests => $tests;