forked from TrueCloudLab/restic
tests: Remove more flags
This commit is contained in:
parent
189a33730a
commit
26e4d2e019
8 changed files with 52 additions and 87 deletions
|
@ -17,7 +17,7 @@ func TestCache(t *testing.T) {
|
|||
arch := restic.NewArchiver(repo)
|
||||
|
||||
// archive some files, this should automatically cache all blobs from the snapshot
|
||||
_, _, err = arch.Snapshot(nil, []string{*benchArchiveDirectory}, nil)
|
||||
_, _, err = arch.Snapshot(nil, []string{BenchArchiveDirectory}, nil)
|
||||
|
||||
// TODO: test caching index
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue