From 1a67c35b3ced0a94907919a7bd474be7d351a461 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Fri, 20 Jan 2023 18:26:10 +0100 Subject: [PATCH] Fix tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index ec0701a..942e9ae 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # very simple tests to catch simple errors in scripts for f in scripts/*.sh; do