From 4481698ff70a951ac0386b06c492abe0a84c6ac7 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 19 Jun 2024 14:02:23 +0100 Subject: [PATCH] Update directory-climbing path in context-info.sh A path containing '../../' was defined in relation to a directory in the tests/data_files directory. Since this has been moved to framework/data_files, we must update the path to refer correctly to the same location as before. Signed-off-by: David Horstmann --- tests/context-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/context-info.sh b/tests/context-info.sh index ed31df02b1..6c08b865ba 100755 --- a/tests/context-info.sh +++ b/tests/context-info.sh @@ -401,7 +401,7 @@ run_test "Empty file as input" \ -u "Finished. No valid base64 code found" run_test "Not empty file without base64 code" \ - "../../context-info.sh" \ + "../../../tests/context-info.sh" \ -n "Deserializing" run_test "Binary file instead of text file" \