From: Greg Sabino Mullane Date: Fri, 24 Apr 2009 16:16:21 +0000 (-0400) Subject: Remove unneeded call. X-Git-Tag: 2.9.0~75 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=381103d9b043e6318a7e1509411955bbf0e24b8e;p=check_postgres.git Remove unneeded call. --- diff --git a/t/02_wal_files.t b/t/02_wal_files.t index 520466687..bea61aa0c 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;