diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-12-06 23:00:27 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-12-06 23:00:27 +1100 |
commit | a372960fa9b7a6723910205bf8c05243076ff0ee (patch) | |
tree | f4cc4e6037e2c4933bbdcca80054251888e6801a /regress | |
parent | c0dc1c9bfa127516b8758c1ee1ba3cbd29359ad2 (diff) |
- djm@cvs.openbsd.org 2004/06/26 06:16:07
[reexec.sh]
don't change the name of the copied sshd for the reexec fallback test,
makes life simpler for portable
Diffstat (limited to 'regress')
-rw-r--r-- | regress/reexec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/reexec.sh b/regress/reexec.sh index 39fffefbc..ce3dd86a7 100644 --- a/regress/reexec.sh +++ b/regress/reexec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: reexec.sh,v 1.3 2004/06/25 01:32:44 djm Exp $ | 1 | # $OpenBSD: reexec.sh,v 1.4 2004/06/26 06:16:07 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="reexec tests" | 4 | tid="reexec tests" |
@@ -6,7 +6,7 @@ tid="reexec tests" | |||
6 | DATA=/bin/ls | 6 | DATA=/bin/ls |
7 | COPY=${OBJ}/copy | 7 | COPY=${OBJ}/copy |
8 | SSHD_ORIG=$SSHD | 8 | SSHD_ORIG=$SSHD |
9 | SSHD_COPY=$OBJ/sshd.copy | 9 | SSHD_COPY=$OBJ/sshd |
10 | 10 | ||
11 | # Start a sshd and then delete it | 11 | # Start a sshd and then delete it |
12 | start_sshd_copy_zap () | 12 | start_sshd_copy_zap () |