Make libpod/lock/shm completely Linux-only

If the tests are not Linux-only, (go test ./...) still tries
to build and test the package.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač committed 2020-03-21 00:21:59 +01:00
1 parent d48b0b5131
commit 8153ea358a
1 file changed
+2
+2
View File
@@ -1,3 +1,5 @@
// +build linux
package shm
import (