summaryrefslogtreecommitdiff
path: root/vendor/github.com/mitchellh/go-ps/process_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mitchellh/go-ps/process_unix_test.go')
-rw-r--r--vendor/github.com/mitchellh/go-ps/process_unix_test.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/mitchellh/go-ps/process_unix_test.go b/vendor/github.com/mitchellh/go-ps/process_unix_test.go
deleted file mode 100644
index 754073e..0000000
--- a/vendor/github.com/mitchellh/go-ps/process_unix_test.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build linux solaris
-
-package ps
-
-import (
- "testing"
-)
-
-func TestUnixProcess_impl(t *testing.T) {
- var _ Process = new(UnixProcess)
-}