Enable hddtemp on all platforms (#3153)

Also disables dmcache tests on non-linux.
This commit is contained in:
Rickard von Essen
2017-08-23 15:14:32 -07:00
committed by Daniel Nelson
parent 8c68bd9ddb
commit f0db4fd901
3 changed files with 2 additions and 5 deletions
@@ -1,3 +1,5 @@
// +build linux
package dmcache
import (
-2
View File
@@ -1,5 +1,3 @@
// +build linux
package hddtemp
import (
@@ -1,3 +0,0 @@
// +build !linux
package hddtemp