From 97569307e000e086fd6cf20aeaa2dfa10dc5c67d Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 15 Mar 2002 13:08:57 +0000 Subject: allow specification of binary-under-test with $TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN} --- regress/usr.bin/ssh/forwarding.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/usr.bin/ssh/forwarding.sh') diff --git a/regress/usr.bin/ssh/forwarding.sh b/regress/usr.bin/ssh/forwarding.sh index 8f770301c69..7b281c0133d 100644 --- a/regress/usr.bin/ssh/forwarding.sh +++ b/regress/usr.bin/ssh/forwarding.sh @@ -1,4 +1,4 @@ -# $OpenBSD: forwarding.sh,v 1.3 2002/02/16 01:09:47 markus Exp $ +# $OpenBSD: forwarding.sh,v 1.4 2002/03/15 13:08:56 markus Exp $ # Placed in the Public Domain. tid="local and remote forwarding" @@ -21,10 +21,10 @@ done for p in 1 2; do q=`expr 3 - $p` trace "start forwarding, fork to background" - ssh -$p -F $OBJ/ssh_config -f $fwd somehost sleep 10 + ${SSH} -$p -F $OBJ/ssh_config -f $fwd somehost sleep 10 trace "transfer over forwarded channels and check result" - ssh -$q -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=4' \ + ${SSH} -$q -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=4' \ somehost cat /bin/ls > $OBJ/ls.copy test -f $OBJ/ls.copy || fail "failed copy /bin/ls" cmp /bin/ls $OBJ/ls.copy || fail "corrupted copy of /bin/ls" -- cgit v1.2.3