commit | f5f25bdad0cb2b768bdea003ed92329914931542 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Thu Oct 17 08:54:15 2013 +1100 |
committer | Dave Cheney <dave@cheney.net> | Thu Oct 17 08:54:15 2013 +1100 |
tree | cfe7d2d0c3f9f4f6aabe0fc64479c34ac02547af | |
parent | ed40a6cc352d9acfba912aae191023ebdc0461d1 [diff] [blame] |
go.crypto/ssh: put version exchange in function R=golang-dev, dave, jpsugar, agl CC=golang-dev https://golang.org/cl/14641044
diff --git a/ssh/client_test.go b/ssh/client_test.go index ec0405a..f6c11b9 100644 --- a/ssh/client_test.go +++ b/ssh/client_test.go
@@ -30,5 +30,5 @@ } func TestDefaultClientVersion(t *testing.T) { - testClientVersion(t, &ClientConfig{}, string(clientVersion)) + testClientVersion(t, &ClientConfig{}, packageVersion) }