Author: turnstep
Date: Mon Mar 28 07:57:36 2011
New Revision: 14790
Modified:
DBD-Pg/trunk/t/00_signature.t
Log:
Revert test code
Modified: DBD-Pg/trunk/t/00_signature.t
==============================================================================
--- DBD-Pg/trunk/t/00_signature.t (original)
+++ DBD-Pg/trunk/t/00_signature.t Mon Mar 28 07:57:36 2011
@@ -8,20 +8,6 @@
use Test::More;
select(($|=1,select(STDERR),$|=1)[1]);
-my $testfh;
-if (exists $ENV{TEST_OUTPUT}) {
- my $file = $ENV{TEST_OUTPUT};
- open $testfh, '>>', $file or die qq{Could not append file "$file":
$!\n};
- Test::More->builder->output($testfh);
- Test::More->builder->failure_output($testfh);
- Test::More->builder->todo_output($testfh);
-}
-END {
- if (defined $testfh) {
- close $testfh or warn qq{Could not close testing file handle:
$!\n};
- }
-}
-
if (!$ENV{TEST_SIGNATURE}) {
plan skip_all => 'Set the environment variable TEST_SIGNATURE to enable
this test';
}