aboutsummaryrefslogtreecommitdiff
path: root/src/lib/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/http')
-rw-r--r--src/lib/http/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/Makefile b/src/lib/http/Makefile
index 57b06192e0..193d6259bf 100644
--- a/src/lib/http/Makefile
+++ b/src/lib/http/Makefile
@@ -20,7 +20,7 @@ test: packages
coverage: packages
gotest
- 6cov -g `pwd` | grep -v '^test.*\.go:'
+ 6cov -g `pwd` | grep -v '_test\.go:'
%.$O: %.go
$(GC) $*.go