null+****@clear*****
null+****@clear*****
2010年 6月 26日 (土) 17:43:26 JST
Nobuyoshi Nakada 2010-06-26 08:43:26 +0000 (Sat, 26 Jun 2010)
New Revision: d550f450e186642daa2678b9f9ed2539f9d71c58
Log:
removed a not-yet-supported feature
Modified files:
test/unit/command/test-option.rb
Modified: test/unit/command/test-option.rb (+1 -1)
===================================================================
--- test/unit/command/test-option.rb 2010-06-25 05:21:36 +0000 (8f9edd2)
+++ test/unit/command/test-option.rb 2010-06-26 08:43:26 +0000 (32ad769)
@@ -45,7 +45,7 @@ class OptionTest < Test::Unit::TestCase
def test_help
assert_run_groonga(/\AUsage: groonga \[options\.\.\.\] \[dest\]$/,
"",
- [CONFIG_ENV, "--help"])
+ ["--help"])
assert_predicate($?, :success?)
end