summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2018-07-03 13:53:26 +0000
committerdjm <djm@openbsd.org>2018-07-03 13:53:26 +0000
commit5bab25aa1e9b9bf82ba3b943f72759532836b61d (patch)
tree25a6680624800c9b3daca2a92290241a6db02971
parentRephrase a misleading sentence in iked(8), and add a missing (diff)
downloadwireguard-openbsd-5bab25aa1e9b9bf82ba3b943f72759532836b61d.tar.xz
wireguard-openbsd-5bab25aa1e9b9bf82ba3b943f72759532836b61d.zip
add a comment that could have saved me 45 minutes of wild goose chasing
-rw-r--r--regress/usr.bin/ssh/key-options.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/key-options.sh b/regress/usr.bin/ssh/key-options.sh
index e03cae5854b..b15b81191d1 100644
--- a/regress/usr.bin/ssh/key-options.sh
+++ b/regress/usr.bin/ssh/key-options.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: key-options.sh,v 1.8 2018/03/14 05:35:40 djm Exp $
+# $OpenBSD: key-options.sh,v 1.9 2018/07/03 13:53:26 djm Exp $
# Placed in the Public Domain.
tid="key options"
@@ -63,6 +63,7 @@ expect_pty_fail "restrict" "restrict"
expect_pty_succeed "restrict,pty" "restrict,pty"
# Test environment=
+# XXX this can fail if ~/.ssh/environment exists for the user running the test
echo 'PermitUserEnvironment yes' >> $OBJ/sshd_proxy
sed 's/.*/environment="FOO=bar" &/' $origkeys >$authkeys
verbose "key option environment"