testing: Disable leak detective when generating CRLs

GnuTLS, which can get loaded by the curl plugin, does not properly cleanup
some allocated memory when deinitializing.  This causes invalid frees if
leak detective is active.  Other invalid frees are related to time
conversions (tzset).

References #1382.
This commit is contained in:
Tobias Brunner 2015-11-24 15:28:11 +01:00
parent 7316a13bd1
commit 76397efa21
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
# libgnutls, if pulled in by libcurl, does not properly cleanup all memory,
# which causes invalid frees during shutdown when leak detective is used
export LEAK_DETECTIVE_DISABLE=1
export COMMON_NAME=strongSwan
ROOT=/var/www