1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Correct redundant framework/../framework paths

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2024-07-01 16:39:39 +01:00
parent 3e00faf166
commit 7d0e5d20ab
4 changed files with 7 additions and 7 deletions

View File

@ -241,7 +241,7 @@ int main(int argc, const char *argv[])
* using the default data file. This allows running the executable
* from another directory (e.g. the project root) and still access
* the .datax file as well as data files used by test cases
* (typically from framework/../framework/data_files).
* (typically from framework/data_files).
*
* Note that we do this before the platform setup (which may access
* files such as a random seed). We also do this before accessing