mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 16:23:59 +00:00
restic: refactor node test
This commit is contained in:
parent
cc84884d2e
commit
ea9ad77e05
@ -198,6 +198,7 @@ func TestNodeRestoreAt(t *testing.T) {
|
|||||||
tempdir := t.TempDir()
|
tempdir := t.TempDir()
|
||||||
|
|
||||||
for _, test := range nodeTests {
|
for _, test := range nodeTests {
|
||||||
|
t.Run("", func(t *testing.T) {
|
||||||
var nodePath string
|
var nodePath string
|
||||||
if test.ExtendedAttributes != nil {
|
if test.ExtendedAttributes != nil {
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
@ -255,6 +256,7 @@ func TestNodeRestoreAt(t *testing.T) {
|
|||||||
}
|
}
|
||||||
rtest.Assert(t, reflect.DeepEqual(test.ExtendedAttributes, n2.ExtendedAttributes),
|
rtest.Assert(t, reflect.DeepEqual(test.ExtendedAttributes, n2.ExtendedAttributes),
|
||||||
"%v: xattrs don't match (%v != %v)", test.Name, test.ExtendedAttributes, n2.ExtendedAttributes)
|
"%v: xattrs don't match (%v != %v)", test.Name, test.ExtendedAttributes, n2.ExtendedAttributes)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user