Enable hddtemp on all platforms (#3153)

Also disables dmcache tests on non-linux.

(cherry picked from commit f0db4fd901)
This commit is contained in:
Rickard von Essen 2017-08-24 00:14:32 +02:00 committed by Daniel Nelson
parent 8ce901aaa4
commit 48e00f7ea0
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
3 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,5 @@
// +build linux
package dmcache
import (

View File

@ -1,5 +1,3 @@
// +build linux
package hddtemp
import (

View File

@ -1,3 +0,0 @@
// +build !linux
package hddtemp