mirror of
https://github.com/restic/restic.git
synced 2026-07-12 10:15:08 +00:00
tests: Remove more flags
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user