We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22d358 commit ca958b9Copy full SHA for ca958b9
1 file changed
test/test-setup
@@ -59,6 +59,8 @@ PIDFILE=$LOCKDIR/pid
59
while true; do
60
if mkdir $LOCKDIR; then
61
echo "$$" > $PIDFILE
62
+ chmod a+xr $LOCKDIR
63
+ chmod a+r $PIDFILE
64
break
65
else
66
pid=$(< $PIDFILE )
0 commit comments