aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-12-08 18:50:42 +0100
committerJakob Unterwurzacher2021-12-08 18:50:42 +0100
commitec186c13cebeea48112aa9a863c278ffc23db197 (patch)
treef5cb6e0f77affaad474dd4f9b468ebd0c33bc4ab /tests
parent7d60315cd53080e223051a4f16eb3ace3b86e095 (diff)
root_test, getdents-debug: restrict to linux
This does not work neither make sense on MacOS.
Diffstat (limited to 'tests')
-rw-r--r--tests/root_test/root_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/root_test/root_test.go b/tests/root_test/root_test.go
index f0f5a1b..fe38cfa 100644
--- a/tests/root_test/root_test.go
+++ b/tests/root_test/root_test.go
@@ -1,3 +1,5 @@
+//+build linux
+
// Package root_test contains tests that need root
// permissions to run
package root_test