diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2018-07-03 13:53:27 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2018-07-03 13:53:27 +0000 |
commit | 4551ca08476589f51b2ba98d50f0996e2c32e93d (patch) | |
tree | 997390de5ea7fed9939b7852b6a167294d6a1923 /regress | |
parent | 23c36f3b9c4e2b4c7f240af9592b8d1cc66ba192 (diff) |
add a comment that could have saved me 45 minutes of wild goose chasing
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/key-options.sh | 3 |
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" |