Author: turnstep
Date: Fri Jan 11 12:10:44 2008
New Revision: 10521

Modified:
   DBD-Pg/trunk/t/00-signature.t

Log:
Better ENV and message for signature test.


Modified: DBD-Pg/trunk/t/00-signature.t
==============================================================================
--- DBD-Pg/trunk/t/00-signature.t       (original)
+++ DBD-Pg/trunk/t/00-signature.t       Fri Jan 11 12:10:44 2008
@@ -6,8 +6,8 @@
 use strict;
 $|=1;
 
-if ($ENV{DBDPG_SKIP_SIGNATURE_TEST}) {
-       plan skip_all => 'Skipping signature test';
+if (!$ENV{TEST_SIGNATURE}) {
+       plan skip_all => 'Set the environment variable TEST_SIGNATURE to enable 
this test';
 }
 elsif (!eval { require Module::Signature; 1 }) {
        plan skip_all => 

Reply via email to