https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8238

            Bug ID: 8238
           Summary: t/sa_txrep.t fails when using SDBM_File
           Product: Spamassassin
           Version: 4.0.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Regression Tests
          Assignee: dev@spamassassin.apache.org
          Reporter: sid...@sidney.com
  Target Milestone: Undefined

The t/sa_txrep.t test fails if it is using SDBM_File for storage.

The fix is trivial. The test has unlink("./$userstate/txreptest") to delete the
storage files is creates in the first set of tests before starting a second
set. That is fins with DB_File and GDBM_File, but SDBM_File creates
txreptes.pag and txreptest.dir files which need to be deleted when it is used.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to