search for: 9ebb250

Displaying 1 result from an estimated 1 matches for "9ebb250".

Did you mean: 3ebbc50
2011 Jan 05
0
[PATCH] fix %n expansion in LocalCommand
...calCommand config option. Fix this and add a regression test. --- regress/Makefile | 6 ++++-- regress/host-expand.sh | 18 ++++++++++++++++++ ssh.c | 6 ++++-- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/regress/Makefile b/regress/Makefile index 9ebb250..20c40a0 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -56,7 +56,8 @@ LTESTS= connect \ keytype \ kextype \ cert-hostkey \ - cert-userkey + cert-userkey \ + host-expand INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers #INTEROP_TESTS+=ssh-com ssh-com-cli...