disable reaper test, we don't reap anymore

This commit is contained in:
Mikaël Cluseau 2019-02-05 09:44:06 +11:00
parent c62ddaf2e0
commit b26e6458ac

View File

@ -7,7 +7,7 @@ import (
"testing"
)
func TestReap(t *testing.T) {
func _TestReap(t *testing.T) {
truePath, err := exec.LookPath("true")
if err != nil {
t.Log("true binary not found, ignoring this test.")