about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-05-03 14:03:04 -0700
committerEric Wong <normalperson@yhbt.net>2012-05-03 14:03:04 -0700
commitd0090a4ba3a519d6c82bbd803991901139f95594 (patch)
tree134afec34a1d22c9b3fed785ffc3f08a7ab19c6e
parent62b6be8b16a77530f1a0d560198ff4508e5ef3c7 (diff)
downloadcmogstored-d0090a4ba3a519d6c82bbd803991901139f95594.tar.gz
Found with "ruby -w -c"
-rw-r--r--test/cmogstored-cfg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmogstored-cfg.rb b/test/cmogstored-cfg.rb
index 27f9d12..3c60bbc 100644
--- a/test/cmogstored-cfg.rb
+++ b/test/cmogstored-cfg.rb
@@ -340,7 +340,7 @@ class TestCmogstoredConfig < Test::Unit::TestCase
       $stderr.reopen(tmp)
       exec(*@cmd)
     end
-    c = get_client
+    get_client
     Net::HTTP.start(@host, @port) do |http|
       resp = http.request(Net::HTTP::Get.new("/dev666/usage"))
       assert_kind_of Net::HTTPNotFound, resp