From fe5e6be9e3bfc9d7f27d577be35f11bdb0b60391 Mon Sep 17 00:00:00 2001 From: AngelaBriel Date: Wed, 25 Oct 2017 17:50:22 +0200 Subject: [PATCH] change daemon/func_test.go to skip the test in ibs environment and not to fail --- daemon/func_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/func_test.go b/daemon/func_test.go index 502eb48..2cca16f 100644 --- a/daemon/func_test.go +++ b/daemon/func_test.go @@ -1,7 +1,7 @@ package daemon import ( - "os" + "github.com/HouzuoGuo/saptune/system" "testing" "time" )