From b97d7d1d33d1274c6872d899692a56bd4070a6d9 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 11 Nov 2018 15:48:39 +0100 Subject: tests: add Flistxattr/Fgetxattr/Fremovexattr tests Test for the upcoming fd-based xattr support. --- tests/xattr/xattr_integration_test.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/xattr/xattr_integration_test.go') 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" -- cgit v1.2.3