OSDN Git Service

libgo: Update to weekly.2011-12-22.
[pf3gnuchains/gcc-fork.git] / libgo / go / exp / ssh / client_func_test.go
index 24e3a63..b4bdba9 100644 (file)
@@ -50,7 +50,7 @@ func TestFuncPublickeyAuth(t *testing.T) {
        config := &ClientConfig{
                User: *sshuser,
                Auth: []ClientAuth{
-                       ClientAuthPublickey(kc),
+                       ClientAuthKeyring(kc),
                },
        }
        conn, err := Dial("tcp", "localhost:22", config)