From 9b6dce1814b0028845ca4b0a5c570bc7c4bcb911 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Mon, 12 Aug 2024 17:50:36 +0200 Subject: [PATCH] Always use bash please --- bin/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run-tests.sh b/bin/run-tests.sh index f200dc3..1adadcd 100755 --- a/bin/run-tests.sh +++ b/bin/run-tests.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/bash # Synopsis: # Test the test runner by running it against a predefined set of solutions @@ -11,7 +11,7 @@ # Example: # ./bin/run-tests.sh -set -eo pipefail +set -uo pipefail mount