From 178f570d4076ee9be408c9eb5e50502275a180c6 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 23 Feb 2025 22:29:17 +0100 Subject: 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 --- tests/root_test/root_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/root_test/root_test.go') 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 -- cgit v1.2.3