]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: remove unused lock facility using lockfile-create
authorDaiki Ueno <ueno@gnu.org>
Mon, 28 Sep 2020 17:05:52 +0000 (19:05 +0200)
committerDaiki Ueno <ueno@gnu.org>
Sat, 3 Oct 2020 14:46:39 +0000 (16:46 +0200)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
tests/scripts/common.sh

index 396df0bfd1eb92c0dc4385fa639eb936ec835ebf..61b2cfa9d8c16396e3a06ea86d6e0cb87163b0d0 100644 (file)
@@ -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`