diff options
author | Greg Sabino Mullane | 2011-07-04 18:38:15 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-07-04 18:38:15 +0000 |
commit | a0fa6dae42b574512ec38647dc3911dcbfbb5873 (patch) | |
tree | 89cb037f433b72f92d640adb0b619c18832e9912 | |
parent | c5c4f994ab214513f1d0ae86d5b88cc38ddae30d (diff) |
Remove a tab that snuck in.
-rw-r--r-- | t/CP_Testing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |