summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 396df0bfd1..61b2cfa9d8 100644
--- a/tests/scripts/common.sh
+++ b/tests/scripts/common.sh
@@ -208,14 +208,6 @@ wait_udp_server() {
sleep 4
}
-if test -x /usr/bin/lockfile-create;then
-LOCKFILE="lockfile-create global"
-UNLOCKFILE="lockfile-remove global"
-else
-LOCKFILE="lockfile global.lock"
-UNLOCKFILE="rm -f global.lock"
-fi
-
create_testdir() {
local PREFIX=$1
d=`mktemp -d -t ${PREFIX}.XXXXXX`