[Groonga-commit] droonga/fluent-plugin-droonga at 531e79f [master] Remove needless dup

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 3 18:25:44 JST 2013


Kouhei Sutou	2013-12-03 18:25:44 +0900 (Tue, 03 Dec 2013)

  New Revision: 531e79f7a8c1818e584f514bfbf8a5bb42e4e2fb
  https://github.com/droonga/fluent-plugin-droonga/commit/531e79f7a8c1818e584f514bfbf8a5bb42e4e2fb

  Message:
    Remove needless dup
    
    Array#concat don't destruct argumnets.

  Modified files:
    test/command/run-test.rb

  Modified: test/command/run-test.rb (+1 -1)
===================================================================
--- test/command/run-test.rb    2013-11-29 11:03:31 +0900 (966bdf4)
+++ test/command/run-test.rb    2013-12-03 18:25:44 +0900 (50c8263)
@@ -30,6 +30,6 @@ lib_dir = File.expand_path(File.join(base_dir, "..", "..", "lib"))
 drntest_options = []
 drntest_options.concat(["--fluentd-options", "-I#{lib_dir}"])
 drntest_options.concat(["--base", base_dir])
-drntest_options.concat(ARGV.dup)
+drntest_options.concat(ARGV)
 
 run("bundle", "exec", "drntest", *drntest_options)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index