diff options
author | Valery Piashchynski <[email protected]> | 2021-04-20 19:09:11 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-04-20 19:09:11 +0300 |
commit | 82fc4ef8ef81b1bec7d475a743ac28c84b04731d (patch) | |
tree | c8b77d3938cc4c760bad77adc03d412e06721120 /tests/plugins/service | |
parent | 02cb030cec51a81c6b2f6d8351e66112eb2c9b7f (diff) |
- Service plugin tests are Linux specific
Diffstat (limited to 'tests/plugins/service')
-rw-r--r-- | tests/plugins/service/service_plugin_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/plugins/service/service_plugin_test.go b/tests/plugins/service/service_plugin_test.go index 2c4e53fe..9e8d4453 100644 --- a/tests/plugins/service/service_plugin_test.go +++ b/tests/plugins/service/service_plugin_test.go @@ -1,3 +1,5 @@ +// +build linux + package service import ( |