summaryrefslogtreecommitdiff
path: root/tests/scripts/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/common.sh')
-rw-r--r--tests/scripts/common.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/scripts/common.sh b/tests/scripts/common.sh
index 3229510385..4a4add6493 100644
--- a/tests/scripts/common.sh
+++ b/tests/scripts/common.sh
@@ -161,16 +161,11 @@ wait_for_free_port()
}
launch_server() {
- PARENT="$1"
- shift
-
wait_for_free_port ${PORT}
${SERV} ${DEBUG} -p "${PORT}" "$@" >${LOGFILE-/dev/null} &
}
launch_pkcs11_server() {
- PARENT="$1"
- shift
PROVIDER="$1"
shift
@@ -180,9 +175,6 @@ launch_pkcs11_server() {
}
launch_bare_server() {
- PARENT="$1"
- shift
-
wait_for_free_port ${PORT}
${SERV} "$@" >${LOGFILE-/dev/null} &
}