aboutsummaryrefslogtreecommitdiff
path: root/tests/socket_server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/socket_server.sh')
-rwxr-xr-xtests/socket_server.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/socket_server.sh b/tests/socket_server.sh
deleted file mode 100755
index 4fd2edb1..00000000
--- a/tests/socket_server.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-while true; do (/bin/echo -en "te\x01\xff\x79st\x02") | nc -vvvl 127.0.0.1 $1; done;
-