From: Michael Tremer Date: Fri, 6 Dec 2024 16:42:15 +0000 (+0000) Subject: tests: Fix path to bash X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71ba9e8fb128c39f1d1e215cbff2cd9a5132c1bd;p=people%2Fms%2Fipfire-2.x.git tests: Fix path to bash Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- 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 # 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/initscripts/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 SCRIPT_PATH="$(dirname "$(readlink -f "$0")")" diff --git a/tests/src/initscripts/system/functions/test2.sh b/tests/src/initscripts/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 SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"