You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/01/12 06:45:51 UTC

svn commit: rev 6144 - incubator/spamassassin/branches/b2_6_0/t

Author: jm
Date: Sun Jan 11 21:45:51 2004
New Revision: 6144

Modified:
   incubator/spamassassin/branches/b2_6_0/t/db_awl_path.t
Log:
bug 2136: make test fails on win32 due to different errror message in db_awl_path.t

Modified: incubator/spamassassin/branches/b2_6_0/t/db_awl_path.t
==============================================================================
--- incubator/spamassassin/branches/b2_6_0/t/db_awl_path.t	(original)
+++ incubator/spamassassin/branches/b2_6_0/t/db_awl_path.t	Sun Jan 11 21:45:51 2004
@@ -38,8 +38,7 @@
 };
 
 print "# $error\n";
-ok($error, qr/cannot create tmp lockfile/, "Check we get the right error back");
-
+ok($error, qr/(cannot create tmp lockfile)|(unlink of lock file.*failed)/, "Check we get the right error back");
 
 # and this mail should *not* be whitelisted as a result.
 %patterns = %is_spam_patterns;