[openssh-commits] [openssh] 02/04: upstream: add a comment that could have saved me 45 minutes of wild

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jul 4 23:53:02 AEST 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 187633f24c71564e970681c8906df5a6017dcccf
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jul 3 13:53:26 2018 +0000

    upstream: add a comment that could have saved me 45 minutes of wild
    
    goose chasing
    
    OpenBSD-Regress-ID: d469b29ffadd3402c090e21b792d627d46fa5297
---
 regress/key-options.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/regress/key-options.sh b/regress/key-options.sh
index 78d1adc7..112c9bd8 100644
--- a/regress/key-options.sh
+++ b/regress/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"
@@ -65,6 +65,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"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list