mirror of
https://github.com/restic/restic.git
synced 2026-07-12 10:15:08 +00:00
more cleanup
This commit is contained in:
+1
-2
@@ -16,8 +16,7 @@ func TestCache(t *testing.T) {
|
||||
_, err := restic.NewCache(server)
|
||||
OK(t, err)
|
||||
|
||||
arch, err := restic.NewArchiver(server)
|
||||
OK(t, err)
|
||||
arch := restic.NewArchiver(server)
|
||||
|
||||
// archive some files, this should automatically cache all blobs from the snapshot
|
||||
_, _, err = arch.Snapshot(nil, []string{*benchArchiveDirectory}, nil)
|
||||
|
||||
Reference in New Issue
Block a user