summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--regress/reexec.sh6
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b01e746bb..c153fd19f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -95,6 +95,8 @@
95 err(1,"read"); 95 err(1,"read");
96 96
97 ok deraadt@, cloder@, djm@ 97 ok deraadt@, cloder@, djm@
98 - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
99 Cygwin.
98 100
9920050524 10120050524
100 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 102 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@@ -2594,4 +2596,4 @@
2594 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2596 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2595 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2597 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2596 2598
2597$Id: ChangeLog,v 1.3786 2005/05/26 02:23:44 djm Exp $ 2599$Id: ChangeLog,v 1.3787 2005/05/26 03:43:57 dtucker Exp $
diff --git a/regress/reexec.sh b/regress/reexec.sh
index d69b8c577..4f824a31d 100644
--- a/regress/reexec.sh
+++ b/regress/reexec.sh
@@ -3,10 +3,10 @@
3 3
4tid="reexec tests" 4tid="reexec tests"
5 5
6DATA=/bin/ls 6DATA=/bin/ls${EXEEXT}
7COPY=${OBJ}/copy 7COPY=${OBJ}/copy
8SSHD_ORIG=$SSHD 8SSHD_ORIG=$SSHD${EXEEXT}
9SSHD_COPY=$OBJ/sshd 9SSHD_COPY=$OBJ/sshd${EXEEXT}
10 10
11# Start a sshd and then delete it 11# Start a sshd and then delete it
12start_sshd_copy () 12start_sshd_copy ()