- (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
it.
This commit is contained in:
parent
3e86fc4e99
commit
10e7f1929b
|
@ -12,6 +12,8 @@
|
||||||
- dtucker@cvs.openbsd.org 2004/06/17 06:19:06
|
- dtucker@cvs.openbsd.org 2004/06/17 06:19:06
|
||||||
[regress/multiplex.sh]
|
[regress/multiplex.sh]
|
||||||
Add small description of failing test to failure message; ok djm@
|
Add small description of failing test to failure message; ok djm@
|
||||||
|
- (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
|
||||||
|
it.
|
||||||
|
|
||||||
20040616
|
20040616
|
||||||
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
|
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
|
||||||
|
@ -1266,4 +1268,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3402 2004/06/17 06:34:02 dtucker Exp $
|
$Id: ChangeLog,v 1.3403 2004/06/17 06:36:27 dtucker Exp $
|
||||||
|
|
|
@ -5,7 +5,7 @@ CTL=$OBJ/ctl-sock
|
||||||
|
|
||||||
tid="connection multiplexing"
|
tid="connection multiplexing"
|
||||||
|
|
||||||
DATA=/bin/ls
|
DATA=/bin/ls${EXEEXT}
|
||||||
COPY=$OBJ/ls.copy
|
COPY=$OBJ/ls.copy
|
||||||
|
|
||||||
start_sshd
|
start_sshd
|
||||||
|
|
Loading…
Reference in New Issue