removed some unix tests

This commit is contained in:
redanthrax 2022-06-28 14:34:32 -07:00
parent e926980ae5
commit f20f589fbf
8 changed files with 173 additions and 187 deletions

View file

@ -1,16 +1,16 @@
package tactical_test
import (
"testing"
//import (
//"testing"
"github.com/amidaware/rmmagent/agent/tactical"
)
//"github.com/amidaware/rmmagent/agent/tactical"
//)
func TestGetVersion(t *testing.T) {
version := tactical.GetVersion()
if version == "" {
t.Errorf("expected version, got empty version")
}
//func TestGetVersion(t *testing.T) {
//version := tactical.GetVersion()
//if version == "" {
//t.Errorf("expected version, got empty version")
//}
t.Logf("got version %s", version)
}
//t.Logf("got version %s", version)
//}