]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
changed port to allow parallelization
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 19 Apr 2014 11:02:57 +0000 (13:02 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 19 Apr 2014 11:02:57 +0000 (13:02 +0200)
tests/suite/testpkcs11

index d022c13918fd52aa03ebd51a221dbb7aa2137be5..1612d1f888a52d56239bf4c32c30ffa73275fbed 100755 (executable)
@@ -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