From dc0b9b325e9d8f8bf67294fa6bdce54b1e42d928 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Tue, 12 Dec 2017 19:59:33 -0800 Subject: [PATCH] Use bash for swaks tests, no pipefail in sh --- swaks-tests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swaks-tests/run-tests.sh b/swaks-tests/run-tests.sh index e747dde..0784a11 100755 --- a/swaks-tests/run-tests.sh +++ b/swaks-tests/run-tests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # run-tests.sh # description: Generate test emails for Inbucket