Gilles Peskine e3d1c76818 Fix invocation with explicit .datax file
Don't chdir when invoking a test suite executable with an explicit .datax
file. The point of the chdir is to automatically find the .datax file (and
the relative location of the data_files directory) in typical cases. This
conflicts with the expectation that passing a relative path to a .datax file
will work.

(This is what I had originally intended, and what is documented in the
comment, but I forgot to add the argc check in the initial commit.)

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-10-25 17:47:42 +02:00
..
.jenkins Add a Jenkinsfile for PR job testing 2018-10-19 16:41:54 +01:00
configs Merge pull request #8103 from gilles-peskine-arm/7961-2.28 2023-09-18 08:13:08 +00:00
data_files More spelling corrections 2023-09-12 19:22:08 +02:00
docker/bionic Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
git-scripts Fix typographical errors in .md files found by cspell 2022-07-29 13:54:52 +01:00
include Refactoring: create mbedtls_test_ssl_prepare_record_mac() 2023-09-21 18:24:38 +02:00
scripts Merge pull request #8392 from lpy4105/backport-2.28/issue/support-cpuid-for-win32 2023-10-23 10:43:36 +00:00
src Correct styling of Mbed TLS in documentation 2023-10-06 17:37:01 +01:00
suites Fix invocation with explicit .datax file 2023-10-25 17:47:42 +02:00
.gitignore Ignore *.o everywhere 2023-05-12 13:57:39 +02:00
CMakeLists.txt Fix build errors in CMake 2023-03-16 11:10:17 +08:00
compat-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2023-01-10 09:47:09 +01:00
compat.sh Merge pull request #8122 from gilles-peskine-arm/ssl-test-no-legacy-2.28 2023-10-18 07:13:15 +00:00
context-info.sh Merge pull request #3614 from gilles-peskine-arm/ssl-opt-gnutls-printf-development 2020-11-04 17:55:42 +01:00
Descriptions.txt Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
make-in-docker.sh Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
Makefile Fix build errors in CMake 2023-03-16 11:10:17 +08:00
ssl-opt-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2023-01-10 09:47:09 +01:00
ssl-opt.sh ssl-opt.sh doesn't actually use OPENSSL_LEGACY: remove unused function 2023-09-04 15:47:37 +02:00