summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-04-25 17:01:26 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-04-25 17:01:26 +1000
commitaf342556b9d240dc5f6ad918ddd686cf87eb325e (patch)
treeb4c3d1c73eae18348a9d9a410575961f3a3f8df5
parentbf2b3983277c88ecef8bd50eab9a2b5e103d4b38 (diff)
- (dtucker) [regress/multiplex.sh] Put control socket in /tmp so running
"make tests" works even if you'r building on a filesystem that doesn't support sockets. From deengert at anl.gov, ok djm@
-rw-r--r--ChangeLog5
-rw-r--r--regress/multiplex.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f1b62a1a..3df86d6f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 ncsa.uiuc.edu; ok tim@ 4 ncsa.uiuc.edu; ok tim@
5 - (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.sh 5 - (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.sh
6 will clean up anyway. From tim@ 6 will clean up anyway. From tim@
7 - (dtucker) [regress/multiplex.sh] Put control socket in /tmp so running
8 "make tests" works even if you'r building on a filesystem that doesn't
9 support sockets. From deengert at anl.gov, ok djm@
7 10
820050424 1120050424
9 - (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 or 12 - (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 or
@@ -2459,4 +2462,4 @@
2459 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2462 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2460 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2463 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2461 2464
2462$Id: ChangeLog,v 1.3749 2005/04/25 04:49:48 dtucker Exp $ 2465$Id: ChangeLog,v 1.3750 2005/04/25 07:01:26 dtucker Exp $
diff --git a/regress/multiplex.sh b/regress/multiplex.sh
index b346b096e..a172e5790 100644
--- a/regress/multiplex.sh
+++ b/regress/multiplex.sh
@@ -1,7 +1,7 @@
1# $OpenBSD: multiplex.sh,v 1.10 2005/02/27 11:33:30 dtucker Exp $ 1# $OpenBSD: multiplex.sh,v 1.10 2005/02/27 11:33:30 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4CTL=$OBJ/ctl-sock 4CTL=/tmp/openssh.regress.ctl-sock.$$
5 5
6tid="connection multiplexing" 6tid="connection multiplexing"
7 7