mirror of https://github.com/restic/restic.git
remove bad test xattr
Signed-off-by: Tesshu Flower <tflower@redhat.com>
This commit is contained in:
parent
cd84fe0853
commit
44cef25077
|
@ -99,10 +99,6 @@ func TestOverwriteXattr(t *testing.T) {
|
|||
Name: "user.foo",
|
||||
Value: []byte("bar"),
|
||||
},
|
||||
{
|
||||
Name: "abc.test",
|
||||
Value: []byte("testxattr"),
|
||||
},
|
||||
})
|
||||
|
||||
setAndVerifyXattr(t, file, []restic.ExtendedAttribute{
|
||||
|
|
Loading…
Reference in New Issue