diff options
Diffstat (limited to 'main_test.go')
-rw-r--r-- | main_test.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/main_test.go b/main_test.go index 27a3d65..06ab7d0 100644 --- a/main_test.go +++ b/main_test.go @@ -1,22 +1 @@ package main - -import ( - "log" - "os" - "testing" - - "github.com/n-peugnet/dna-backup/logger" -) - -func TestMain(m *testing.M) { - setup() - code := m.Run() - shutdown() - os.Exit(code) -} - -func setup() { - logger.SetFlags(log.Lshortfile) -} - -func shutdown() {} |