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 shared_test
import (
"testing"
//import (
//"testing"
"github.com/amidaware/rmmagent/agent/tactical/shared"
)
//"github.com/amidaware/rmmagent/agent/tactical/shared"
//)
func TestGetPythonBin(t *testing.T) {
pybin := shared.GetPythonBin()
if pybin == "" {
t.Errorf("expected path, got %s", pybin)
}
//func TestGetPythonBin(t *testing.T) {
//pybin := shared.GetPythonBin()
//if pybin == "" {
//t.Errorf("expected path, got %s", pybin)
//}
t.Logf("result: %s", pybin)
}
//t.Logf("result: %s", pybin)
//}