You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2022/05/02 23:53:07 UTC

svn commit: r1900494 - in /spamassassin/trunk/t: db_awl_path.t db_awl_path_welcome_block.t

Author: sidney
Date: Mon May  2 23:53:07 2022
New Revision: 1900494

URL: http://svn.apache.org/viewvc?rev=1900494&view=rev
Log:
change a name used in test to make it clearer that a warning message is expected and can be ignored

Modified:
    spamassassin/trunk/t/db_awl_path.t
    spamassassin/trunk/t/db_awl_path_welcome_block.t

Modified: spamassassin/trunk/t/db_awl_path.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/db_awl_path.t?rev=1900494&r1=1900493&r2=1900494&view=diff
==============================================================================
--- spamassassin/trunk/t/db_awl_path.t (original)
+++ spamassassin/trunk/t/db_awl_path.t Mon May  2 23:53:07 2022
@@ -20,7 +20,7 @@ print OUT "file created to block AWL fro
 close OUT;
 
 tstprefs ("
-  auto_whitelist_path ./$workdir/awl/shouldbeinaccessible
+  auto_whitelist_path ./$workdir/awl/this_lock_warning_is_ok
   auto_whitelist_file_mode 0755
 ");
 

Modified: spamassassin/trunk/t/db_awl_path_welcome_block.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/db_awl_path_welcome_block.t?rev=1900494&r1=1900493&r2=1900494&view=diff
==============================================================================
--- spamassassin/trunk/t/db_awl_path_welcome_block.t (original)
+++ spamassassin/trunk/t/db_awl_path_welcome_block.t Mon May  2 23:53:07 2022
@@ -20,7 +20,7 @@ print OUT "file created to block AWL fro
 close OUT;
 
 tstprefs ("
-  auto_welcomelist_path ./$workdir/awl/shouldbeinaccessible
+  auto_welcomelist_path ./$workdir/awl/this_lock_warning_is_ok
   auto_welcomelist_file_mode 0755
 ");