mirror of
https://github.com/restic/restic.git
synced 2025-08-24 12:29:42 +00:00
more cleanup
This commit is contained in:
@@ -22,8 +22,7 @@ func TestWalkTree(t *testing.T) {
|
||||
server.SetKey(key)
|
||||
|
||||
// archive a few files
|
||||
arch, err := restic.NewArchiver(server)
|
||||
OK(t, err)
|
||||
arch := restic.NewArchiver(server)
|
||||
sn, _, err := arch.Snapshot(nil, dirs, nil)
|
||||
OK(t, err)
|
||||
|
||||
|
Reference in New Issue
Block a user