aboutsummaryrefslogtreecommitdiff
path: root/tests/root_test/root_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-02-23 22:29:17 +0100
committerJakob Unterwurzacher2025-02-23 22:34:56 +0100
commit178f570d4076ee9be408c9eb5e50502275a180c6 (patch)
tree3b5cf7ce930915729a6e797b14595c9fc44620e9 /tests/root_test/root_test.go
parent3c82930d4ad22b5be2f644346018a0550dd66aa8 (diff)
tests/root_test: add TestConcurrentUserOps and TestAsUserSleep
Both work with golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a but break with golang.org/x/sys v0.30.0 https://github.com/rfjakob/gocryptfs/issues/893 https://github.com/rfjakob/gocryptfs/issues/892
Diffstat (limited to 'tests/root_test/root_test.go')
-rw-r--r--tests/root_test/root_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/root_test/root_test.go b/tests/root_test/root_test.go
index 8e1b9b1..46a0fc6 100644
--- a/tests/root_test/root_test.go
+++ b/tests/root_test/root_test.go
@@ -1,5 +1,4 @@
//go:build linux
-// +build linux
// Package root_test contains tests that need root
// permissions to run