mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00: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
dcf18dd876
commit
4481698ff7
@ -401,7 +401,7 @@ run_test "Empty file as input" \
|
|||||||
-u "Finished. No valid base64 code found"
|
-u "Finished. No valid base64 code found"
|
||||||
|
|
||||||
run_test "Not empty file without base64 code" \
|
run_test "Not empty file without base64 code" \
|
||||||
"../../context-info.sh" \
|
"../../../tests/context-info.sh" \
|
||||||
-n "Deserializing"
|
-n "Deserializing"
|
||||||
|
|
||||||
run_test "Binary file instead of text file" \
|
run_test "Binary file instead of text file" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user