diff options
author | Jakob Unterwurzacher | 2018-11-11 15:48:39 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-01-01 16:24:25 +0100 |
commit | b97d7d1d33d1274c6872d899692a56bd4070a6d9 (patch) | |
tree | e308cc863d3c82860d0351da8cff99d83537bafd /tests/xattr/xattr_integration_test.go | |
parent | a355670ca2a5563d6c67b271ddeb6c0020a5fd00 (diff) |
tests: add Flistxattr/Fgetxattr/Fremovexattr tests
Test for the upcoming fd-based xattr support.
Diffstat (limited to 'tests/xattr/xattr_integration_test.go')
-rw-r--r-- | tests/xattr/xattr_integration_test.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/xattr/xattr_integration_test.go b/tests/xattr/xattr_integration_test.go index a989060..8e48399 100644 --- a/tests/xattr/xattr_integration_test.go +++ b/tests/xattr/xattr_integration_test.go @@ -1,4 +1,10 @@ -package defaults +package xattr_tests + +// xattr integration tests. +// +// These tests are not integrated into the "matrix" tests because of the need +// to switch TMPDIR to /var/tmp. +// TODO: check if it actually causes trouble in the "matrix" tests. import ( "bytes" |