go test ./... is broken
Created by: ijt
On master, at ac604356549e7835bbcf1feab0da27bf3ea65b56, I'm seeing this:
$ go test ./...
...
? github.com/sourcegraph/sourcegraph/cmd/replacer [no test files] [92/1872]
? github.com/sourcegraph/sourcegraph/cmd/replacer/protocol [no test files]
t=2019-08-06T14:22:04-0700 lvl=info msg="running command: comby \"func derp .go -zip /var/folders/h9/d0tbj01s2z75c77gmnsm2p7m0000gn/T/search_test969106226/6e096716a739af77e0e95eaa
ad1b0cbba430e517d33bc42e0e8aa6812c96775d.zip -json-lines -json-only-diff\""
t=2019-08-06T14:22:04-0700 lvl=info msg="Error after executing command: "
--- FAIL: TestReplace (0.07s)
replace_test.go:86: {func derp .go } unexpected response:
--- want
+++ got
@@ -1 +1 @@
-{"uri":"main.go","diff":"--- main.go\n+++ main.go\n@@ -2,6 +2,6 @@\n \n import \"fmt\"\n \n-func main() {\n+derp main() {\n \tfmt.Println(\"Hello foo\")\n }"}
+Error parsing command line. Run with -help for usage information.
FAIL