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 <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2024-06-19 14:02:23 +01:00
parent dcf18dd876
commit 4481698ff7

View File

@ -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" \