Move tests from rosapps to rostests
[reactos.git] / rosapps / tests / oskittcp / cmd_oskit.py
diff --git a/rosapps/tests/oskittcp/cmd_oskit.py b/rosapps/tests/oskittcp/cmd_oskit.py
deleted file mode 100644 (file)
index e1fac17..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-from socket import *
-import sys
-
-s = socket(AF_INET,SOCK_DGRAM,0)
-s.connect(('localhost',5001))
-
-while 1:
-       sys.stdout.write('>> ')
-       line = sys.stdin.readline()
-       s.send('CMD ' + line)
\ No newline at end of file