Codebase list golang-github-vbatts-go-mtree / 5bd602f6-34b2-411b-80f3-7d65781fd7d4/main
Refresh patches. Debian Janitor 2 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
55 xattr_test.go:28: xattr.496209704 operation not supported
66 ~~~~
77
8 --- a/xattr/xattr_test.go
9 +++ b/xattr/xattr_test.go
10 @@ -9,8 +9,9 @@
11 "testing"
8 Index: golang-github-vbatts-go-mtree/xattr/xattr_test.go
9 ===================================================================
10 --- golang-github-vbatts-go-mtree.orig/xattr/xattr_test.go
11 +++ golang-github-vbatts-go-mtree/xattr/xattr_test.go
12 @@ -10,6 +10,7 @@ import (
1213 )
1314
1415 func TestXattr(t *testing.T) {
1617 testDir, present := os.LookupEnv("MTREE_TESTDIR")
1718 if present == false {
1819 testDir = "."
19 }