From 2b51a63fb7f7a9022057de11b18a802143218cf6 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 f353229..84c99d8 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e -- 2.30.2