Make slothfs-gitiles-test compile, and add it to all.bash.

Change-Id: Ia71e2d7ef858213229fe811447ee17dc58828689
diff --git a/all.bash b/all.bash
index 328a345..d7bf7b7 100644
--- a/all.bash
+++ b/all.bash
@@ -26,6 +26,7 @@
 cmd/slothfs-populate \
 cmd/slothfs-gitilesfs \
 cmd/slothfs-deref-manifest \
+cmd/slothfs-gitiles-test \
   ; do
   p=github.com/google/slothfs/${sub}
   go clean $p
diff --git a/cmd/slothfs-gitiles-test/main.go b/cmd/slothfs-gitiles-test/main.go
index 3e30cdc..092acb8 100644
--- a/cmd/slothfs-gitiles-test/main.go
+++ b/cmd/slothfs-gitiles-test/main.go
@@ -44,7 +44,6 @@
 	}
 
 	opts := gitiles.Options{
-		Redirect:  true,
 		UserAgent: *agent,
 	}
 	if *cookieJarPath != "" {
@@ -60,7 +59,7 @@
 		log.Fatalf("NewService: %v", err)
 	}
 
-	projs, err := service.List()
+	projs, err := service.List(nil)
 	if err != nil {
 		log.Fatalf("List: %v", err)
 	}