From d56c99a3286afb63266d5019069d15ab4b647106 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 21 Jun 2018 17:00:55 -0400 Subject: try to fix webservice test again --- Bugzilla/Quantum/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Quantum/CGI.pm') diff --git a/Bugzilla/Quantum/CGI.pm b/Bugzilla/Quantum/CGI.pm index de4e59bb5..c36ed9654 100644 --- a/Bugzilla/Quantum/CGI.pm +++ b/Bugzilla/Quantum/CGI.pm @@ -65,7 +65,7 @@ sub load_one { $inner->(); } catch { - die $_ unless ref $_ eq 'ARRAY' && $_->[0] eq "EXIT\n" || /^Died at.*Error\.pm/ + die $_ unless ref $_ eq 'ARRAY' && $_->[0] eq "EXIT\n"; } finally { untie *STDOUT; -- cgit v1.2.3-24-g4f1b