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

This commit is contained in:
Dan Stillman 2016-08-13 03:35:43 -04:00
parent a0843f3171
commit a5d74ceb81

View File

@ -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