From 8caa548ec0a452ca338c12fb801fa72a1ece20df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 10:06:31 +0100 Subject: [PATCH] Bad test --- test/prepareSauceTest.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test/prepareSauceTest.sh b/test/prepareSauceTest.sh index ba0d1ff..86ea132 100644 --- a/test/prepareSauceTest.sh +++ b/test/prepareSauceTest.sh @@ -1,13 +1,13 @@ -#!/bin/bash - -PHP_VERSION=`php -v|grep --only-matching --perl-regexp "5\.\\d+\"` - -if [[ $PHP_VERSION != "5.5" ]] - then - echo "Bad PHP version" - exit -fi - -echo "Good PHP version" - +#!/usr/bin/env bash + +PHP_VERSION=`php -v|grep --only-matching --perl-regexp "5\.\\d+\"` + +if [[ $PHP_VERSION != "5.5" ]] + then + echo "Bad PHP version" + exit +fi + +echo "Good PHP version" + curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php \ No newline at end of file