summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test.rb')
-rw-r--r--test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.rb b/test.rb
index bc5c235..b830baa 100644
--- a/test.rb
+++ b/test.rb
@@ -2,6 +2,6 @@
require 'socket'
sock = UDPSocket.new
-sock.send "Foo/de]] xyz", 0, "127.0.0.1", 51666
+sock.send "Foo/de]] xyz", 0, "127.0.0.1", 10010
# vim: ft=rb sts=2 ts=2: