summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-01-03 14:56:05 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-04 07:59:48 +0100
commit9f75df64d3a53e1cbad3eabf266acec7b426869a (patch)
tree2645bc7764843265eaaaebcd09226f15b3347f6e
parent276a6ee44d80d4d3b144a78794020c177be8f0ea (diff)
downloadgnutls-9f75df64d3a53e1cbad3eabf266acec7b426869a.tar.gz
tests: cert-tests: pkcs12 drop builddir usage
sync with other tests Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
-rwxr-xr-xtests/cert-tests/pkcs123
-rwxr-xr-xtests/cert-tests/pkcs12-utf83
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/cert-tests/pkcs12 b/tests/cert-tests/pkcs12
index bd71ded94d..c489d54354 100755
--- a/tests/cert-tests/pkcs12
+++ b/tests/cert-tests/pkcs12
@@ -22,8 +22,7 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
srcdir="${srcdir:-.}"
-top_builddir="${top_builddir:-../..}"
-CERTTOOL="${CERTTOOL:-${top_builddir}/src/certtool${EXEEXT}}"
+CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND} --error-exitcode=1"
fi
diff --git a/tests/cert-tests/pkcs12-utf8 b/tests/cert-tests/pkcs12-utf8
index 154d916cb9..58d7767925 100755
--- a/tests/cert-tests/pkcs12-utf8
+++ b/tests/cert-tests/pkcs12-utf8
@@ -25,8 +25,7 @@
# line. This seems not to work under windows.
srcdir="${srcdir:-.}"
-top_builddir="${top_builddir:-../..}"
-CERTTOOL="${CERTTOOL:-${top_builddir}/src/certtool${EXEEXT}}"
+CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND} --error-exitcode=1"
fi