From f740f61fbbe06da0381d899376cbf99853630b88 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Sat, 6 May 2017 23:06:58 +0300 Subject: [test] chdir and set logger only once --- match_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'match_test.go') 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 -- cgit v1.2.3