aboutsummaryrefslogtreecommitdiff
path: root/tests/root_test/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/root_test/main_test.go')
-rw-r--r--tests/root_test/main_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/root_test/main_test.go b/tests/root_test/main_test.go
index 915c019..d6d5cc4 100644
--- a/tests/root_test/main_test.go
+++ b/tests/root_test/main_test.go
@@ -1,3 +1,5 @@
+//go:build linux
+
package root_test
import (
@@ -9,7 +11,7 @@ import (
func TestMain(m *testing.M) {
test_helpers.ResetTmpDir(true)
- os.Chmod(test_helpers.DefaultCipherDir, 0755)
+ os.Chmod(test_helpers.DefaultCipherDir, 0777)
test_helpers.MountOrExit(test_helpers.DefaultCipherDir, test_helpers.DefaultPlainDir, "-zerokey", "-allow_other")
r := m.Run()
test_helpers.UnmountPanic(test_helpers.DefaultPlainDir)