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:
c5c4f99
)
Remove a tab that snuck in.
author
Greg Sabino Mullane
<
[email protected]
>
Mon, 4 Jul 2011 18:38:15 +0000
(14:38 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Mon, 4 Jul 2011 18:38:15 +0000
(14:38 -0400)
t/CP_Testing.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/CP_Testing.pm
b/t/CP_Testing.pm
index f9d71903e9b76c322964c2d5feca2cf2ecabc524..25a5942fe18e6d629c320d86c359f3ee6c5ec7f6 100644
(file)
--- a/
t/CP_Testing.pm
+++ b/
t/CP_Testing.pm
@@
-321,7
+321,7
@@
sub test_database_handle {
if (!$count) {
$dbh->do("CREATE USER $dbuser SUPERUSER");
}
-
my $user2 = $self->{testuser2};
+ my $user2 = $self->{testuser2};
$sth->execute($user2);
$count = $sth->fetchall_arrayref()->[0][0];
if (!$count) {