mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 00:34:33 +02:00
create test mux socket in /tmp
Creating the socket in $OBJ could blow past the (quite limited) path limit for Unix domain sockets. As a bandaid for bz#2660, reported by Colin Watson; ok dtucker@
This commit is contained in:
parent
2adbe1e63b
commit
9165abfea3
@ -10,7 +10,7 @@ start_sshd
|
|||||||
base=33
|
base=33
|
||||||
last=$PORT
|
last=$PORT
|
||||||
fwd=""
|
fwd=""
|
||||||
CTL=$OBJ/ctl-sock
|
CTL=/tmp/openssh.regress.ctl-sock.$$
|
||||||
|
|
||||||
for j in 0 1 2; do
|
for j in 0 1 2; do
|
||||||
for i in 0 1 2; do
|
for i in 0 1 2; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user