From: Michael Tremer Date: Fri, 6 Dec 2024 16:42:15 +0000 (+0000) Subject: tests: Fix path to bash X-Git-Tag: v2.29-core191~14^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71ba9e8fb128c39f1d1e215cbff2cd9a5132c1bd;p=ipfire-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 bb06e11c29..513850d8d6 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 dbcbd45ef9..7a23b99b9d 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 a568ed2a46..9aa5b8bdab 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")")"