Skip to content

Commit

Permalink
set FIREBIRD and FIREBIRD_LOCK in embedded mode
Browse files Browse the repository at this point in the history
  • Loading branch information
real-dam committed Sep 20, 2011
1 parent 08690d3 commit 8040b53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions t/tests-setup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
exit 0; # do not fail with CPAN testers
}


if ( $param->{use_libfbembed} ) {
# no interaction with anybody else
$ENV{FIREBIRD} = $ENV{FIREBIRD_LOCK} = '.';
}

=head2 connect_to_database
Initialize setting for the connection.
Expand Down

0 comments on commit 8040b53

Please sign in to comment.