From 27cea17cf7f4f9b706d0f3da4dc558b8e7b5d764 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 23 Jul 2026 12:07:51 +0200 Subject: scripts: ensure bash is running them MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- scripts/test-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/test-e2e.sh') diff --git a/scripts/test-e2e.sh b/scripts/test-e2e.sh index c32d427..7546666 100755 --- a/scripts/test-e2e.sh +++ b/scripts/test-e2e.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/bash # Instead of setting -e or something like that, we will accumulate errors and # exit with the accumulated result at the end. -- cgit v1.2.3