mirror of
https://github.com/restic/restic.git
synced 2026-09-21 11:38:31 +00:00
Move Server and Key to new sub-package
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package server_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/restic/restic/test"
|
||||
)
|
||||
|
||||
func TestRepo(t *testing.T) {
|
||||
s := SetupBackend(t)
|
||||
defer TeardownBackend(t, s)
|
||||
_ = SetupKey(t, s, TestPassword)
|
||||
}
|
||||
Reference in New Issue
Block a user