summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-02-25 16:17:05 +0100
committerDylan Hardison <dylan@mozilla.com>2016-02-25 16:17:28 +0100
commit981cd0404a2a3a0a8a320c1709151b18075a3655 (patch)
treead2da88be292a2f472c8ba4fbcca8f179765f51b /Bugzilla
parent5c7b05750982bca4528c5acde579012f7ccf9120 (diff)
downloadbugzilla-981cd0404a2a3a0a8a320c1709151b18075a3655.tar.gz
bugzilla-981cd0404a2a3a0a8a320c1709151b18075a3655.tar.xz
Bug 1250944 - 001compile.t doesn't set error mode, so errors exit the test suite
r=dkl,a=dylan
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Error.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Error.pm b/Bugzilla/Error.pm
index 77a272e1e..864024794 100644
--- a/Bugzilla/Error.pm
+++ b/Bugzilla/Error.pm
@@ -25,7 +25,6 @@ use Date::Format;
sub _throw_error {
my ($name, $error, $vars) = @_;
- my $dbh = Bugzilla->dbh;
my $cache = Bugzilla->request_cache;
$vars ||= {};