diff --git a/exercises/horizon.sh b/exercises/horizon.sh index d62ad52123..ad08221690 100755 --- a/exercises/horizon.sh +++ b/exercises/horizon.sh @@ -36,7 +36,7 @@ source $TOP_DIR/exerciserc is_service_enabled horizon || exit 55 # can we get the front page -curl http://$SERVICE_HOST 2>/dev/null | grep -q '

Log In

' || die $LINENO "Horizon front page not functioning!" +curl http://$SERVICE_HOST 2>/dev/null | grep -q 'Log In' || die $LINENO "Horizon front page not functioning!" set +o xtrace echo "*********************************************************************"