diff -r d54ea9a3b14d libgo/go/http/request_test.go
--- a/libgo/go/http/request_test.go	Mon Sep 20 10:24:28 2010 -0700
+++ b/libgo/go/http/request_test.go	Wed Sep 22 14:39:45 2010 -0700
@@ -139,8 +139,8 @@
 
 func TestRedirect(t *testing.T) {
 	const (
-		start = "http://codesearch.google.com/"
-		end   = "http://www.google.com/codesearch"
+		start = "http://google.com/"
+		end   = "http://www.google.com/"
 	)
 	r, url, err := Get(start)
 	if err != nil {
