From 093aed7ae7107bcffe62613d143532b5b2ad4a3b Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 18 Jan 2017 16:23:54 +0100 Subject: [PATCH] remove typo --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 64405d8dd..7ad3f99bd 100644 --- a/test.sh +++ b/test.sh @@ -6,7 +6,7 @@ FILES="usr/tests/hello usr/tests/hellof usr/tests/hello++ usr/tests/thr_hello usr/tests/pi usr/benchmarks/stream usr/benchmarks/basic" PROXY=/opt/hermit/bin/proxy -if [ $TRAVIS_BRANCH = "prodcution" ] +if [ $TRAVIS_BRANCH == "prodcution" ] then echo "No tests on production branch" else