aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/archiver
diff options
context:
space:
mode:
Diffstat (limited to 'services/repository/archiver')
-rw-r--r--services/repository/archiver/archiver_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/services/repository/archiver/archiver_test.go b/services/repository/archiver/archiver_test.go
index a1bc355d4e..ff8bb8ca7a 100644
--- a/services/repository/archiver/archiver_test.go
+++ b/services/repository/archiver/archiver_test.go
@@ -5,7 +5,6 @@ package archiver
import (
"errors"
- "path/filepath"
"testing"
"time"
@@ -18,9 +17,7 @@ import (
)
func TestMain(m *testing.M) {
- unittest.MainTest(m, &unittest.TestOptions{
- GiteaRootPath: filepath.Join("..", "..", ".."),
- })
+ unittest.MainTest(m)
}
func TestArchive_Basic(t *testing.T) {