We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f04c42 commit a746d90Copy full SHA for a746d90
1 file changed
test/test-setup
@@ -57,7 +57,7 @@ LOCKDIR=/var/lock/ietfdb
57
PIDFILE=$LOCKDIR/pid
58
59
while true; do
60
- if mkdir $build/test/update-db.lock; then
+ if mkdir $LOCKDIR; then
61
echo "$$" > $PIDFILE
62
break
63
else
0 commit comments