diff options
author | 2004-06-13 15:16:54 +0000 | |
---|---|---|
committer | 2004-06-13 15:16:54 +0000 | |
commit | 579b0c1b950ae082834cc57c49da68ffc5637071 (patch) | |
tree | 5c0d1c7b5ac820759768e5cde84ae1aa1caf6fb6 | |
parent | regress test for client multiplexing; ok markus@ (diff) | |
download | wireguard-openbsd-579b0c1b950ae082834cc57c49da68ffc5637071.tar.xz wireguard-openbsd-579b0c1b950ae082834cc57c49da68ffc5637071.zip |
remove duplicate setting of $SCP; spotted by markus@
-rw-r--r-- | regress/usr.bin/ssh/test-exec.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index dc169849f8e..c9fba66cce9 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.18 2004/06/13 15:04:08 djm Exp $ +# $OpenBSD: test-exec.sh,v 1.19 2004/06/13 15:16:54 djm Exp $ # Placed in the Public Domain. PORT=4242 @@ -35,7 +35,6 @@ unset SSH_AUTH_SOCK # defaults SSH=ssh SSHD=sshd -SCP=scp SSHAGENT=ssh-agent SSHADD=ssh-add SSHKEYGEN=ssh-keygen @@ -50,9 +49,6 @@ fi if [ "x$TEST_SSH_SSHD" != "x" ]; then SSHD="${TEST_SSH_SSHD}" fi -if [ "x$TEST_SSH_SCP" != "x" ]; then - SCP="${TEST_SSH_SCP}" -fi if [ "x$TEST_SSH_SSHAGENT" != "x" ]; then SSHAGENT="${TEST_SSH_SSHAGENT}" fi |