aboutsummaryrefslogtreecommitdiffstats
path: root/community/fzf/disable-vet-for-tests.patch
blob: 328b80277e7b673ea3c5bea2f5ab504105b0ec82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 5f68100828..123bfe9974 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ vendor: $(GLIDE_YAML)
 	touch $@
 
 test: $(SOURCES) vendor
-	SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" \
+	SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" -vet=off \
 				github.com/junegunn/fzf/src \
 				github.com/junegunn/fzf/src/algo \
 				github.com/junegunn/fzf/src/tui \