about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-03 06:15:54 +0000
committerEric Wong <e@80x24.org>2017-01-03 06:16:23 +0000
commitd9484e983eed4be2d8457cebf6adeca39e9f1576 (patch)
treee2fdf5f958fc2dc5460e47a86ba436d30425a166
parent554869605ce9d5987d5689a071e68583ad3d5b98 (diff)
downloadcmogstored-d9484e983eed4be2d8457cebf6adeca39e9f1576.tar.gz
Who tests the tests?
-rw-r--r--test/inherit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/inherit.rb b/test/inherit.rb
index c3016dc..07b3841 100644
--- a/test/inherit.rb
+++ b/test/inherit.rb
@@ -172,6 +172,6 @@ class TestInherit < Test::Unit::TestCase
     assert_instance_of(TCPSocket, c)
     @to_close << c
     c.write "hello\n"
-    assert_match /ERROR: unknown command/, c.gets
+    assert_match(/ERROR: unknown command/, c.gets)
   end
 end