/[Apache-SVN]/spamassassin/trunk/t/spamd_allow_user_rules.t
ViewVC logotype

Diff of /spamassassin/trunk/t/spamd_allow_user_rules.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/t/spamd_allow_user_rules.t	2005/05/09 08:06:09	169251
+++ spamassassin/trunk/t/spamd_allow_user_rules.t	2005/05/09 08:21:52	169252
@@ -4,19 +4,14 @@ use lib '.'; use lib 't';
 use SATest; sa_t_init("spamd_allow_user_rules");
 use Test;
 
-use constant HAS_STORABLE => eval { require Storable; };
-
 BEGIN { 
 
-  plan tests => ($SKIP_SPAMD_TESTS || !HAS_STORABLE ? 0 : 5)
+  plan tests => ($SKIP_SPAMD_TESTS ? 0 : 5)
 
 };
 
 exit if $SKIP_SPAMD_TESTS;
 
-exit if !HAS_STORABLE;
-
-
 # ---------------------------------------------------------------------------
 
 %patterns = (

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26