summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2011-06-03 05:35:11 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2011-06-03 05:35:11 +0000
commit3e1ba4676a0316815f76b1ca455f02f31969187b (patch)
treee5ffa1ec9ed0a9b9eb92923f9b33e65e31ae44d0 /regress
parent9c3055a0b0fd89eb9819af8d4032a7401a321bbd (diff)
use OBJ to find test configs, patch from Tim Rice
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/cfgmatch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/ssh/cfgmatch.sh b/regress/usr.bin/ssh/cfgmatch.sh
index 11b48f21cb4..a44487376ae 100644
--- a/regress/usr.bin/ssh/cfgmatch.sh
+++ b/regress/usr.bin/ssh/cfgmatch.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: cfgmatch.sh,v 1.5 2011/05/23 03:31:31 djm Exp $
+# $OpenBSD: cfgmatch.sh,v 1.6 2011/06/03 05:35:10 dtucker Exp $
# Placed in the Public Domain.
tid="sshd_config match"
@@ -7,8 +7,8 @@ pidfile=$OBJ/remote_pid
fwdport=3301
fwd="-L $fwdport:127.0.0.1:$PORT"
-echo "ExitOnForwardFailure=yes" >> ssh_config
-echo "ExitOnForwardFailure=yes" >> ssh_proxy
+echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_config
+echo "ExitOnForwardFailure=yes" >> $OBJ/ssh_proxy
start_client()
{