Blob Blame History Raw
diff -up bolt-1.3.1/quick_test.go.orig bolt-1.3.1/quick_test.go
--- bolt-1.3.1/quick_test.go.orig	2017-07-17 19:11:48.000000000 +0200
+++ bolt-1.3.1/quick_test.go	2020-02-10 01:43:56.541053571 +0100
@@ -7,6 +7,7 @@ import (
 	"math/rand"
 	"os"
 	"reflect"
+	"testing"
 	"testing/quick"
 	"time"
 )
@@ -21,6 +22,11 @@ import (
 //   -quick.maxvsize  The maximum size of a value.
 //
 
+var _ = func() bool {
+	testing.Init()
+	return true
+}()
+
 var qcount, qseed, qmaxitems, qmaxksize, qmaxvsize int
 
 func init() {