aports/main/spamassassin/fix-test.patch
2024-05-27 12:16:26 +00:00

26 lines
962 B
Diff

Patch-Source: https://github.com/apache/spamassassin/commit/1f43d5555ebc14dd904cd8f89643e566b2eb1d47
Upstream issue: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8238
--
From 1f43d5555ebc14dd904cd8f89643e566b2eb1d47 Mon Sep 17 00:00:00 2001
From: Sidney Markowitz <sidney@apache.org>
Date: Sun, 14 Apr 2024 17:00:33 +0000
Subject: [PATCH] bug 8238 delete SDBM_File files during cleanuo in test
git-svn-id: https://svn.apache.org/repos/asf/spamassassin/trunk@1916985 13f79535-47bb-0310-9956-ffa450edef68
---
t/sa_txrep.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/sa_txrep.t b/t/sa_txrep.t
index c1a6c4b73b..179e29f5e9 100755
--- a/t/sa_txrep.t
+++ b/t/sa_txrep.t
@@ -88,7 +88,7 @@ tstprefs("
txrep_weight_email 10
$rules
");
-unlink("./$userstate/txreptest");
+unlink("./$userstate/txreptest", "./$userstate/txreptest.pag", "./$userstate/txreptest.dir");
%txrep_pattern0 = (
q{ 0.0 TXREP } => 'Score normalizing',