Codebase list golang-github-vbatts-go-mtree / 646a2674-a44a-4496-a88c-2c4f2e843724/main
Refresh patches. Debian Janitor 1 year, 4 months 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.git/xattr/xattr_test.go
9 ===================================================================
10 --- golang-github-vbatts-go-mtree.git.orig/xattr/xattr_test.go
11 +++ golang-github-vbatts-go-mtree.git/xattr/xattr_test.go
12 @@ -11,6 +11,7 @@ import (
1213 )
1314
1415 func TestXattr(t *testing.T) {
1617 testDir, present := os.LookupEnv("MTREE_TESTDIR")
1718 if present == false {
1819 testDir = "."
19 }