diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-26 20:27:59 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-26 20:27:59 +0200 |
commit | e092a1671875828ad1b612aa64212a8ab7252358 (patch) | |
tree | b6f43d6af69b6b55019fad343f2ab6230eeeee87 /tests/cert-tests/pem-decoding | |
parent | c513883c60797b2c2be4c5a473b17cfbd3d6328b (diff) | |
download | gnutls-e092a1671875828ad1b612aa64212a8ab7252358.tar.gz |
tests: better replacement of LIBTOOL variable in scriptsgnutls_3_3_5
Diffstat (limited to 'tests/cert-tests/pem-decoding')
-rwxr-xr-x | tests/cert-tests/pem-decoding | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/pem-decoding b/tests/cert-tests/pem-decoding index 54077fba28..866c967509 100755 --- a/tests/cert-tests/pem-decoding +++ b/tests/cert-tests/pem-decoding @@ -26,7 +26,7 @@ srcdir=${srcdir:-.} CERTTOOL=${CERTTOOL:-../../src/certtool$EXEEXT} DIFF=${DIFF:-diff} if ! test -z "${VALGRIND}";then -VALGRIND="${LIBTOOL:libtool} --mode=execute ${VALGRIND}" +VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND}" fi #check whether "funny" spaces can be interpreted |