Merge pull request #1772 from ifedorenko/restore-verify

Restore verify
This commit is contained in:
Alexander Neumann
2018-06-23 14:50:29 +02:00
8 changed files with 301 additions and 187 deletions
+1
View File
@@ -182,6 +182,7 @@ func TestNodeRestoreAt(t *testing.T) {
for _, test := range nodeTests {
nodePath := filepath.Join(tempdir, test.Name)
rtest.OK(t, test.CreateAt(context.TODO(), nodePath, nil, idx))
rtest.OK(t, test.RestoreMetadata(nodePath))
if test.Type == "symlink" && runtime.GOOS == "windows" {
continue