restic/server/key_test.go

14 lines
197 B
Go
Raw Normal View History

2015-04-26 12:46:15 +00:00
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)
}