From 99768e82eea79686a53c8e5566b1f60de3f03a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 11:11:07 +0100 Subject: [PATCH] Hopefully it'll work --- test/prepareSauceTest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/prepareSauceTest.sh b/test/prepareSauceTest.sh index 1425f88..10d65cc 100644 --- a/test/prepareSauceTest.sh +++ b/test/prepareSauceTest.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash -PHP_VERSION=`php -v|grep --only-matching --perl-regexp "5\.\\d+"` +PHP_VERSION=`php -v|grep --only-matching --perl-regexp "PHP 5\.\\d+"` echo $PHP_VERSION -if [[ $PHP_VERSION != "5.5" ]] +if [[ $PHP_VERSION != "PHP 5.5" ]] then echo "Bad PHP version" exit