- (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
Cygwin.
This commit is contained in:
parent
b253cc4213
commit
d98dce6929
|
@ -95,6 +95,8 @@
|
||||||
err(1,"read");
|
err(1,"read");
|
||||||
|
|
||||||
ok deraadt@, cloder@, djm@
|
ok deraadt@, cloder@, djm@
|
||||||
|
- (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
|
||||||
|
Cygwin.
|
||||||
|
|
||||||
20050524
|
20050524
|
||||||
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
|
||||||
|
@ -2594,4 +2596,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.3786 2005/05/26 02:23:44 djm Exp $
|
$Id: ChangeLog,v 1.3787 2005/05/26 03:43:57 dtucker Exp $
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
tid="reexec tests"
|
tid="reexec tests"
|
||||||
|
|
||||||
DATA=/bin/ls
|
DATA=/bin/ls${EXEEXT}
|
||||||
COPY=${OBJ}/copy
|
COPY=${OBJ}/copy
|
||||||
SSHD_ORIG=$SSHD
|
SSHD_ORIG=$SSHD${EXEEXT}
|
||||||
SSHD_COPY=$OBJ/sshd
|
SSHD_COPY=$OBJ/sshd${EXEEXT}
|
||||||
|
|
||||||
# Start a sshd and then delete it
|
# Start a sshd and then delete it
|
||||||
start_sshd_copy ()
|
start_sshd_copy ()
|
||||||
|
|
Loading…
Reference in New Issue