mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-23 17:01:25 +08:00
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:
parent
9c4dd4ee6f
commit
5282ecddaa
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user