https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8001
Bug ID: 8001 Summary: extracttext.t test failure Product: Spamassassin Version: SVN Trunk (Latest Devel Version) Hardware: All OS: All Status: NEW Severity: minor Priority: P2 Component: Regression Tests Assignee: dev@spamassassin.apache.org Reporter: sid...@sidney.com Target Milestone: Undefined Testing on a system in which tesseract is installed in /usr/local/bin, extracttest.t fails because it first checks if tesseract exists in PATH by calling "which tesseract" but then if that finds it tries to call /usr/bin/tesseract using the explicit full path. Whoever fixes this should check to see if this problem appears in any other tests. Also, extracttest.t doesn't seem to be written to either work in Windows, nor to check and skip the tests if running under Windows. -- You are receiving this mail because: You are the assignee for the bug.