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:
Damien Miller 2017-03-20 09:58:34 +11:00
parent 2adbe1e63b
commit 9165abfea3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ start_sshd
base=33
last=$PORT
fwd=""
CTL=$OBJ/ctl-sock
CTL=/tmp/openssh.regress.ctl-sock.$$
for j in 0 1 2; do
for i in 0 1 2; do