From: Nikos Mavrogiannopoulos Date: Sat, 19 Apr 2014 11:02:57 +0000 (+0200) Subject: changed port to allow parallelization X-Git-Tag: gnutls_3_3_1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75301aa48b321e0bb163ad68bc83e72ea2b3f0dc;p=thirdparty%2Fgnutls.git changed port to allow parallelization --- diff --git a/tests/suite/testpkcs11 b/tests/suite/testpkcs11 index d022c13918..1612d1f888 100755 --- a/tests/suite/testpkcs11 +++ b/tests/suite/testpkcs11 @@ -24,7 +24,7 @@ CERTTOOL="${CERTTOOL:-../../src/certtool$EXEEXT}" DIFF="${DIFF:-diff -b -B}" SERV="${SERV:-../../src/gnutls-serv$EXEEXT} -q" CLI="${CLI:-../../src/gnutls-cli$EXEEXT}" -PORT="${PORT:-5558}" +PORT="${PORT:-5561}" unset RETCODE if test "${WINDIR}" != "";then