
nc behaviour depends on the implementation version of what's on the current host. Here we use our own client with stable behaviour. Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
14 lines
199 B
Go
14 lines
199 B
Go
package main_test
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
|
|
"testing"
|
|
)
|
|
|
|
func TestEchosvr(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "pkg/testutils/echosvr")
|
|
}
|