From f427311003a961926b0047c9dd226bdf54bcad2a Mon Sep 17 00:00:00 2001 From: Adam Farley Date: Tue, 17 Dec 2024 12:24:11 +0000 Subject: [PATCH] Typo Signed-off-by: Adam Farley --- lib/tests/functionLibraryTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/functionLibraryTests.sh b/lib/tests/functionLibraryTests.sh index 0bddb4cb8..db592bc2d 100644 --- a/lib/tests/functionLibraryTests.sh +++ b/lib/tests/functionLibraryTests.sh @@ -17,7 +17,7 @@ scriptLocation=$0 scriptDir=${scriptLocation%/*} echo "scriptdir = ${scriptDir}" -[[ ! -x "${scriptDir}" || ! "${scriptDir}" =~ */$ ]] && scriptDir="./" +[[ ! -x "${scriptDir}" || ! "${scriptDir}" =~ *tests.?$ ]] && scriptDir="./" echo "scriptdir = ${scriptDir}" [[ ! -x "${scriptDir}../functionLibrary.sh" ]] && echo "Error: Please launch this script with a full path, or from within the test directory." && exit 1