1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-10 21:38:50 +01:00
gnupg/tests/gpgscm
Justus Winter 8270580a5a tests: Honor environment variable 'TMP'.
This fixes problems with long socket names, e.g. when doing distcheck.

* tests/gpgscm/tests.scm (path-join): New function.
(with-temporary-working-directory): Honor 'TMP'.
(make-temporary-file): Likewise.
* tests/migrations/Makefile.am (TMP): Default to '/tmp'.
(TESTS_ENVIRONMENT): Set 'TMP'.
* tests/openpgp/Makefile.am (TMP): Default to '/tmp'.
(TESTS_ENVIRONMENT): Set 'TMP'.

Signed-off-by: Justus Winter <justus@g10code.com>
2016-07-05 16:25:21 +02:00
..
ffi-private.h gpgscm: Fix memory leaks. 2016-06-28 18:21:50 +02:00
ffi.c gpgscm: Improve robustness and compatibility. 2016-07-05 16:24:13 +02:00
ffi.h tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
ffi.scm gpgscm: Use native string searching functions. 2016-06-21 16:18:32 +02:00
init.scm tests/gpgscm: Make exception value available. 2016-06-17 11:38:00 +02:00
lib.scm gpgscm: Improve test framework. 2016-06-21 16:22:03 +02:00
LICENSE.TinySCHEME Add license notices for TinySCHEME. 2016-06-17 18:53:45 +02:00
main.c gpgscm: Use the allocator from libgcrypt. 2016-06-30 15:31:37 +02:00
Makefile.am tests: Make make distcheck work again. 2016-06-17 21:16:37 +02:00
Manual.txt gpgscm: Fix manual. 2016-06-23 14:18:06 +02:00
opdefines.h tests/gpgscm: Verbatim import of latest TinySCHEME. 2016-06-17 11:36:27 +02:00
private.h tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
repl.scm tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
scheme-config.h tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
scheme-private.h tests/gpgscm: Foreign objects support for TinySCHEME. 2016-06-17 11:38:00 +02:00
scheme.c gpgscm: Fix reallocating string ports. 2016-06-30 15:31:37 +02:00
scheme.h tests/gpgscm: Foreign objects support for TinySCHEME. 2016-06-17 11:38:00 +02:00
t-child.c tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
t-child.scm tests/gpgscm: Add a TinySCHEME-based test driver. 2016-06-17 11:57:12 +02:00
tests.scm tests: Honor environment variable 'TMP'. 2016-07-05 16:25:21 +02:00