summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-01-03 14:56:05 +0200
committerAlon Bar-Lev <alon.barlev@gmail.com>2017-01-20 13:38:07 +0200
commit0323e66a09641447ff2c94412df274b23a808dec (patch)
tree8b80cc71fea814f20497370d3861de4364fd7558
parent3485afdf57b0940d336ab6d1f1f3adc81a4404a3 (diff)
downloadgnutls-0323e66a09641447ff2c94412df274b23a808dec.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