diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2004-06-26 06:16:08 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2004-06-26 06:16:08 +0000 |
commit | 749c2277f90ee646890cd949efcaa998dbc6fb69 (patch) | |
tree | 6b14aed6b436656bdb26fbaa9d5f9eb933ff2908 /regress/usr.bin/ssh/reexec.sh | |
parent | aada1f29a94fc6875bf68829865906683a6697b5 (diff) |
don't change the name of the copied sshd for the reexec fallback test, makes
life simpler for portable
Diffstat (limited to 'regress/usr.bin/ssh/reexec.sh')
-rw-r--r-- | regress/usr.bin/ssh/reexec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/reexec.sh b/regress/usr.bin/ssh/reexec.sh index 39fffefbc35..ce3dd86a7ff 100644 --- a/regress/usr.bin/ssh/reexec.sh +++ b/regress/usr.bin/ssh/reexec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: reexec.sh,v 1.3 2004/06/25 01:32:44 djm Exp $ +# $OpenBSD: reexec.sh,v 1.4 2004/06/26 06:16:07 djm Exp $ # Placed in the Public Domain. tid="reexec tests" @@ -6,7 +6,7 @@ tid="reexec tests" DATA=/bin/ls COPY=${OBJ}/copy SSHD_ORIG=$SSHD -SSHD_COPY=$OBJ/sshd.copy +SSHD_COPY=$OBJ/sshd # Start a sshd and then delete it start_sshd_copy_zap () |