From d7a198bdaa2d431ec464c294a31c3adde662d6c8 Mon Sep 17 00:00:00 2001 From: "ajschult%verizon.net" Date: Sun, 23 Mar 2008 00:04:36 +0000 Subject: [PATCH] backing out bug 424501 to verify it doesn't /cause/ firefox to crash --- testing/mochitest/runtests.pl.in | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/mochitest/runtests.pl.in b/testing/mochitest/runtests.pl.in index c83aa485b24..5bf556d8696 100644 --- a/testing/mochitest/runtests.pl.in +++ b/testing/mochitest/runtests.pl.in @@ -621,7 +621,6 @@ sub runTests { if ($unixish) { $ENV{'LD_LIBRARY_PATH'} = $dist_bin; $ENV{'MOZILLA_FIVE_HOME'} = $dist_bin; - $ENV{'GNOME_DISABLE_CRASH_DIALOG'} = '1'; } for my $key (keys(%{$browser_env})) {