summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2005-05-20 23:14:16 +0000
committerDamien Miller <djm@cvs.openbsd.org>2005-05-20 23:14:16 +0000
commit8549ae3c034fc2471b950b37f21b00390d7659ef (patch)
tree1e3798f4ce2a40cbe5e01825e85b0b7d79d92e02 /regress/usr.bin/ssh
parent6958fb434e9996e9148758164559d8bcbbc2012c (diff)
force addressfamily=inet for tests, unbreaking dynamic-forward regress for
recently committed nc SOCKS5 changes
Diffstat (limited to 'regress/usr.bin/ssh')
-rw-r--r--regress/usr.bin/ssh/test-exec.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh
index 1202cee6636..b4e42e17477 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.27 2005/02/27 11:33:30 dtucker Exp $
+# $OpenBSD: test-exec.sh,v 1.28 2005/05/20 23:14:15 djm Exp $
# Placed in the Public Domain.
USER=`id -un`
@@ -148,6 +148,7 @@ trap fatal 3 2
# create server config
cat << EOF > $OBJ/sshd_config
Port $PORT
+ AddressFamily inet
ListenAddress 127.0.0.1
#ListenAddress ::1
PidFile $PIDFILE