www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 09f08d63eab69e886ff614698fc88cd678c066f2
parent 02a36eab9b97298bd70e872e2d557e2b131f6480
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  5 May 2015 02:39:31 -0400

Skip default browser check

Diffstat:
Mtest/runtests.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/runtests.sh b/test/runtests.sh @@ -80,6 +80,7 @@ mkdir "$PROFILE/zotero" cat <<EOF > "$PROFILE/prefs.js" user_pref("extensions.autoDisableScopes", 0); user_pref("browser.uitour.enabled", false); +user_pref("browser.shell.checkDefaultBrowser", false); user_pref("extensions.zotero.debug.log", $DEBUG); user_pref("extensions.zotero.debug.time", $DEBUG); user_pref("extensions.zotero.firstRunGuidance", false);