- (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on

Cygwin.
This commit is contained in:
Darren Tucker 2005-05-26 13:43:57 +10:00
parent b253cc4213
commit d98dce6929
2 changed files with 6 additions and 4 deletions

View File

@ -95,6 +95,8 @@
err(1,"read");
ok deraadt@, cloder@, djm@
- (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
Cygwin.
20050524
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@ -2594,4 +2596,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (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 $

View File

@ -3,10 +3,10 @@
tid="reexec tests"
DATA=/bin/ls
DATA=/bin/ls${EXEEXT}
COPY=${OBJ}/copy
SSHD_ORIG=$SSHD
SSHD_COPY=$OBJ/sshd
SSHD_ORIG=$SSHD${EXEEXT}
SSHD_COPY=$OBJ/sshd${EXEEXT}
# Start a sshd and then delete it
start_sshd_copy ()