[check_postgres] [commit] Remove unneeded call.
check_postgres at bucardo.org
check_postgres at bucardo.org
Fri Apr 24 16:20:08 UTC 2009
Committed by Greg Sabino Mullane <greg at endpoint.com>
Remove unneeded call.
---
t/02_wal_files.t | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/t/02_wal_files.t b/t/02_wal_files.t
index 5204666..bea61aa 100644
--- a/t/02_wal_files.t
+++ b/t/02_wal_files.t
@@ -1,11 +1,10 @@
-#!perl
+1#!perl
## Test the "wal_files" action
use strict;
use warnings;
use Data::Dumper;
-use DBI;
use Test::More tests => 11;
use lib 't','.';
use CP_Testing;
--
1.6.0.5
More information about the Check_postgres
mailing list