From 90d9c7d301522b5e2db26175f20dd5274ec86a6f Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Fri, 6 Feb 2015 23:29:50 -0800 Subject: [PATCH] perl tcp proxy tests --- shared/build/proxy/proxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build/proxy/proxy_test.go b/shared/build/proxy/proxy_test.go index 4b431fe4..a5f465ae 100644 --- a/shared/build/proxy/proxy_test.go +++ b/shared/build/proxy/proxy_test.go @@ -16,7 +16,7 @@ func TestProxy(t *testing.T) { [ -x /tmp/socat ] && /tmp/socat TCP-LISTEN:8080,fork TCP:172.1.4.5:8080 & ` if string(b) != expected { - t.Errorf("AInvalid proxy \n%s", string(b)) + t.Errorf("Invalid proxy \n%s", string(b)) } // test creating a proxy script when there