From fb6bb057eeee2f052a7a7e6b2786df475582477a Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 17 Mar 2025 14:29:18 +0100 Subject: [PATCH] fix path in 300_dynamic_value.php --- tests/300_dynamic_value.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/300_dynamic_value.php b/tests/300_dynamic_value.php index 8e2936f..df115df 100644 --- a/tests/300_dynamic_value.php +++ b/tests/300_dynamic_value.php @@ -5,7 +5,7 @@ echo " WHAT: Test dynamic ini value "; -$sInifile="configs/dynamic_values.ini"; +$sInifile=__DIR__."/configs/dynamic_values.ini"; echo "--- Content of ini file:\n" .preg_replace( -- GitLab