www

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

commit a5d74ceb8119fcf32e9b43ce6aae553faf5a08db
parent a0843f3171307790e96a502fc0f806dc146d3f98
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 13 Aug 2016 03:35:43 -0400

Test with /Applications/Firefox Unbranded.app by default on OS X

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

diff --git a/test/runtests.sh b/test/runtests.sh @@ -17,7 +17,7 @@ function makePath { DEBUG=false if [ -z "$FX_EXECUTABLE" ]; then if [ "`uname`" == "Darwin" ]; then - FX_EXECUTABLE="/Applications/Firefox.app/Contents/MacOS/firefox" + FX_EXECUTABLE="/Applications/Firefox Unbranded.app/Contents/MacOS/firefox" else FX_EXECUTABLE="firefox" fi