From ec186c13cebeea48112aa9a863c278ffc23db197 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 8 Dec 2021 18:50:42 +0100 Subject: root_test, getdents-debug: restrict to linux This does not work neither make sense on MacOS. --- tests/root_test/root_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3