mirror of
https://github.com/restic/restic.git
synced 2025-12-03 21:51:47 +00:00
Add option global --compression
This commit is contained in:
committed by
Michael Eischer
parent
f38f457a64
commit
8b11b86383
@@ -350,7 +350,7 @@ func TestCheckerModifiedData(t *testing.T) {
|
||||
t.Logf("archived as %v", sn.ID().Str())
|
||||
|
||||
beError := &errorBackend{Backend: repo.Backend()}
|
||||
checkRepo := repository.New(beError)
|
||||
checkRepo := repository.New(beError, repository.Options{})
|
||||
test.OK(t, checkRepo.SearchKey(context.TODO(), test.TestPassword, 5, ""))
|
||||
|
||||
chkr := checker.New(checkRepo, false)
|
||||
|
||||
Reference in New Issue
Block a user