about summary refs log tree commit homepage
path: root/test/test_expect_100.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_expect_100.rb')
-rw-r--r--test/test_expect_100.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_expect_100.rb b/test/test_expect_100.rb
index 484f44d..338a50a 100644
--- a/test/test_expect_100.rb
+++ b/test/test_expect_100.rb
@@ -76,7 +76,6 @@ class TestExpect100 < Testcase
     buf = c.read
     assert_match(%r{\AHTTP/1\.1 666\r\n}, buf)
 
-    opts = { in: "/dev/null" }
     url = "http://#{host}:#{port}/"
     rc = system("curl -sf -T- -HX-Force-Rcode:666 #{url}", in: "/dev/null")
     refute $?.success?, $?.inspect