about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-06-27 22:01:52 +0000
committerEric Wong <normalperson@yhbt.net>2013-07-10 00:55:56 +0000
commit71849ca64134b0cfa197fc4b1ce8fc10c7fb5d98 (patch)
tree10518f84de578945f3a228d64d849c1ec67f7072
parent160e768fe8d6043af1e435daeb35d5c92e05de11 (diff)
downloadcmogstored-71849ca64134b0cfa197fc4b1ce8fc10c7fb5d98.tar.gz
This was triggering warnings with Ruby 2.0.0-p195
-rw-r--r--test/mgmt.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mgmt.rb b/test/mgmt.rb
index 7a7c432..b94dd8a 100644
--- a/test/mgmt.rb
+++ b/test/mgmt.rb
@@ -291,7 +291,6 @@ class TestMgmt < Test::Unit::TestCase
   end
 
   def test_aio_threads_spam
-    tries = 1000
     @client.write "WTF\r\n"
     assert_match(%r{ERROR: unknown command}, @client.gets)
     t_yield # wait for threads to spawn