From 30d400247311aaae959b9523713dafda45f177ce Mon Sep 17 00:00:00 2001 From: Kevin Murray Date: Mon, 14 Nov 2016 11:54:32 +1100 Subject: [PATCH] Use bash for test script portablitity Gbp-Pq: Name 0006-Use-bash-for-test-script-portablitity.patch --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index 4d6abbc..146f988 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e -- 2.30.2