From a5d74ceb8119fcf32e9b43ce6aae553faf5a08db Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 13 Aug 2016 03:35:43 -0400 Subject: [PATCH] Test with /Applications/Firefox Unbranded.app by default on OS X --- test/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.sh b/test/runtests.sh index 1244e075ed..5dde556297 100755 --- 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