Commit 598ce63e authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Fix a test failure caused by a checkin fix that I did on bug 302876.

parent c922073c
...@@ -376,8 +376,8 @@ foreach my $module (@{$modules}) { ...@@ -376,8 +376,8 @@ foreach my $module (@{$modules}) {
} }
} }
print ("\nYou need one of the following DBD modules installed, depending on\n" print "\nYou need one of the following DBD modules installed, depending on\n"
. "which database you are using with Bugzilla:\n") unless $silent; . "which database you are using with Bugzilla:\n" unless $silent;
my $have_one_dbd = 0; my $have_one_dbd = 0;
my $db_modules = DB_MODULE; my $db_modules = DB_MODULE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment