Files
runc/libcontainer/nsenter/test/escape_test.go
T
Sebastiaan van Stijn 340fdd9366 libcontainer/nsenter: fix captalization (golint)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-02 17:45:27 +02:00

12 lines
224 B
Go

package escapetest
import "testing"
// The actual test function is in escape.go
// so that it can use cgo (import "C").
// This wrapper is here for gotest to find.
func TestEscapeJSON(t *testing.T) {
testEscapeJSON(t)
}