summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--regress/multiplex.sh2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 39f4e45d2..04086429e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
12 - dtucker@cvs.openbsd.org 2004/06/17 06:19:06 12 - dtucker@cvs.openbsd.org 2004/06/17 06:19:06
13 [regress/multiplex.sh] 13 [regress/multiplex.sh]
14 Add small description of failing test to failure message; ok djm@ 14 Add small description of failing test to failure message; ok djm@
15 - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
16 it.
15 17
1620040616 1820040616
17 - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No 19 - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
@@ -1266,4 +1268,4 @@
1266 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1268 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1267 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1269 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1268 1270
1269$Id: ChangeLog,v 1.3402 2004/06/17 06:34:02 dtucker Exp $ 1271$Id: ChangeLog,v 1.3403 2004/06/17 06:36:27 dtucker Exp $
diff --git a/regress/multiplex.sh b/regress/multiplex.sh
index b70a99c01..654aae5e6 100644
--- a/regress/multiplex.sh
+++ b/regress/multiplex.sh
@@ -5,7 +5,7 @@ CTL=$OBJ/ctl-sock
5 5
6tid="connection multiplexing" 6tid="connection multiplexing"
7 7
8DATA=/bin/ls 8DATA=/bin/ls${EXEEXT}
9COPY=$OBJ/ls.copy 9COPY=$OBJ/ls.copy
10 10
11start_sshd 11start_sshd