Skip to content

Commit a746d90

Browse files
committed
Use the right lock directory everywhere, not only most places.
- Legacy-Id: 399
1 parent 6f04c42 commit a746d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ LOCKDIR=/var/lock/ietfdb
5757
PIDFILE=$LOCKDIR/pid
5858

5959
while true; do
60-
if mkdir $build/test/update-db.lock; then
60+
if mkdir $LOCKDIR; then
6161
echo "$$" > $PIDFILE
6262
break
6363
else

0 commit comments

Comments
 (0)