]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tests: Fix path to bash
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Dec 2024 16:42:15 +0000 (16:42 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 18 Dec 2024 07:13:42 +0000 (08:13 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
tests/lib.sh
tests/src/initscripts/system/functions/test.sh
tests/src/initscripts/system/functions/test2.sh

index bb06e11c29cc202fd5e5fd4ac58480e029ea6798..513850d8d6414a8d2cf1f020755685fa3bed0e83 100644 (file)
@@ -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
index dbcbd45ef9ce66542518dc5d73fc744562cfebdf..7a23b99b9dbff663b45b90e76f8a9b8e27916b02 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"
 
index a568ed2a46d10c506aad4dfd4f4e58801402ea65..9aa5b8bdab2149abcdea41e9464506f04679973d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 SCRIPT_PATH="$(dirname "$(readlink -f "$0")")"