diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-05-26 13:43:57 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-05-26 13:43:57 +1000 |
commit | d98dce6929de5ce98f53f968e02a8d1cbe696151 (patch) | |
tree | e7fbb78a869602c5d35c326d14b7c59d904f2791 | |
parent | b253cc42136649e3eac80e02667f8fbc1e43baaa (diff) |
- (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on
Cygwin.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/reexec.sh | 6 |
2 files changed, 6 insertions, 4 deletions
@@ -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 | ||
99 | 20050524 | 101 | 20050524 |
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 | ||
4 | tid="reexec tests" | 4 | tid="reexec tests" |
5 | 5 | ||
6 | DATA=/bin/ls | 6 | DATA=/bin/ls${EXEEXT} |
7 | COPY=${OBJ}/copy | 7 | COPY=${OBJ}/copy |
8 | SSHD_ORIG=$SSHD | 8 | SSHD_ORIG=$SSHD${EXEEXT} |
9 | SSHD_COPY=$OBJ/sshd | 9 | SSHD_COPY=$OBJ/sshd${EXEEXT} |
10 | 10 | ||
11 | # Start a sshd and then delete it | 11 | # Start a sshd and then delete it |
12 | start_sshd_copy () | 12 | start_sshd_copy () |