root_test, getdents-debug: restrict to linux

This does not work neither make sense on MacOS.
This commit is contained in:
Jakob Unterwurzacher 2021-12-08 18:50:42 +01:00
parent 7d60315cd5
commit ec186c13ce
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//+build linux
/*
Small tool to try to debug unix.Getdents problems on CIFS mounts
( https://github.com/rfjakob/gocryptfs/issues/483 )

View File

@ -1,3 +1,5 @@
//+build linux
// Package root_test contains tests that need root
// permissions to run
package root_test