projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39423bb
)
Remove unneeded call.
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 24 Apr 2009 16:16:21 +0000
(12:16 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 24 Apr 2009 16:16:21 +0000
(12:16 -0400)
t/02_wal_files.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_wal_files.t
b/t/02_wal_files.t
index 5204666874501d29198dc0a0a660dde37daf72b8..bea61aa0ceac2ed93d81b79003e7ee751aa73ec7 100644
(file)
--- 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;