root_test, getdents-debug: restrict to linux
This does not work neither make sense on MacOS.
This commit is contained in:
parent
7d60315cd5
commit
ec186c13ce
@ -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 )
|
||||
|
@ -1,3 +1,5 @@
|
||||
//+build linux
|
||||
|
||||
// Package root_test contains tests that need root
|
||||
// permissions to run
|
||||
package root_test
|
||||
|
Loading…
Reference in New Issue
Block a user