From 1a901ac7584600e8633036d1765f8dd7d1c327e0 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 da0e67a..d13a81b 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e -- 2.30.2