From 5fc697e952a00c92792a302e0d8300b95c6492b5 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 25 Oct 2018 17:04:47 +0100 Subject: [PATCH] tests: use correct bash version in a MacPorts environment --- tools/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/integration-tests.sh b/tools/integration-tests.sh index 34b2a8208..504e17e67 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Run integration tests #