]> Sergey Matveev's repositories - btrtrc.git/blobdiff - test/init_test.go
fs: Update path to torrentfs
[btrtrc.git] / test / init_test.go
index 9e63ef83cba7ba92f1df9fea88138b9823bc4ff3..b862d4baebde351a3c2d503ec71b9011187913a0 100644 (file)
@@ -1,10 +1,11 @@
 package test
 
 import (
+       "log"
+
        _ "github.com/anacrolix/envpprof"
-       "github.com/anacrolix/torrent"
 )
 
 func init() {
-       torrent.TestingTempDir.Init("torrent-test.test")
+       log.SetFlags(log.Flags() | log.Lshortfile)
 }