summaryrefslogtreecommitdiff
path: root/match_test.go
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-05-06 23:06:58 +0300
committerEyal Posener <[email protected]>2017-05-06 23:07:26 +0300
commitf740f61fbbe06da0381d899376cbf99853630b88 (patch)
tree97ab8ccef7ae63f9edcf295854fb72d1cd5a25f6 /match_test.go
parent8d6ebaa18327f3cb65b38ab3d0ba6b4a8dc231ea (diff)
[test] chdir and set logger only once
Diffstat (limited to 'match_test.go')
-rw-r--r--match_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/match_test.go b/match_test.go
index 2607c89..8605194 100644
--- a/match_test.go
+++ b/match_test.go
@@ -4,6 +4,7 @@ import "testing"
func TestMatch(t *testing.T) {
t.Parallel()
+ initTests()
tests := []struct {
m Matcher