]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
create test mux socket in /tmp
authorDamien Miller <djm@mindrot.org>
Sun, 19 Mar 2017 22:58:34 +0000 (09:58 +1100)
committerDamien Miller <djm@mindrot.org>
Sun, 19 Mar 2017 23:12:18 +0000 (10:12 +1100)
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@

regress/forwarding.sh

index 60c37d8964418f991206db048dd1f294346fd13c..45c596d7db99ebd127a56f0167989fef3ca45581 100644 (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