From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/3] tests: Fix path to bash Date: Fri, 06 Dec 2024 16:42:15 +0000 Message-ID: <20241206164217.3840140-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8169720827584914939==" List-Id: --===============8169720827584914939== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- tests/lib.sh | 2 +- tests/src/initscripts/system/functions/test.sh | 2 +- tests/src/initscripts/system/functions/test2.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lib.sh b/tests/lib.sh index bb06e11c2..513850d8d 100644 --- a/tests/lib.sh +++ b/tests/lib.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash =20 # Get the path of this file. # This ist rather complex as we do not want the calling script file diff --git a/tests/src/initscripts/system/functions/test.sh b/tests/src/inits= cripts/system/functions/test.sh index dbcbd45ef..7a23b99b9 100755 --- a/tests/src/initscripts/system/functions/test.sh +++ b/tests/src/initscripts/system/functions/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash =20 SCRIPT_PATH=3D"$(dirname "$(readlink -f "$0")")" =20 diff --git a/tests/src/initscripts/system/functions/test2.sh b/tests/src/init= scripts/system/functions/test2.sh index a568ed2a4..9aa5b8bda 100755 --- a/tests/src/initscripts/system/functions/test2.sh +++ b/tests/src/initscripts/system/functions/test2.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash =20 SCRIPT_PATH=3D"$(dirname "$(readlink -f "$0")")" =20 --=20 2.39.5 --===============8169720827584914939==--