From a0fa6dae42b574512ec38647dc3911dcbfbb5873 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 4 Jul 2011 14:38:15 -0400 Subject: [PATCH] Remove a tab that snuck in. --- t/CP_Testing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/CP_Testing.pm b/t/CP_Testing.pm index f9d71903e..25a5942fe 100644 --- 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) { -- 2.30.2