[Groonga-commit] ranguba/rroonga at aad4ab7 [master] test: fix a typo

Back to archive index
Kouhei Sutou null+****@clear*****
Sat May 11 07:08:48 JST 2019


Kouhei Sutou	2019-05-11 07:08:48 +0900 (Sat, 11 May 2019)

  Revision: aad4ab75318b56c49b1b7bbffb913f45a1d359f5
  https://github.com/ranguba/rroonga/commit/aad4ab75318b56c49b1b7bbffb913f45a1d359f5

  Message:
    test: fix a typo

  Modified files:
    test/test-remote.rb

  Modified: test/test-remote.rb (+1 -1)
===================================================================
--- test/test-remote.rb    2019-05-11 07:01:29 +0900 (7c70284a)
+++ test/test-remote.rb    2019-05-11 07:08:48 +0900 (d009c0a5)
@@ -22,7 +22,7 @@ class RemoteTest < Test::Unit::TestCase
 
     vendor_local_bin = File.join(__dir__, "..", "vendor", "local", "bin")
     if File.exist?(vendor_local_bin)
-      groonga = File.join(vendor_locaL_bin, "groonga")
+      groonga = File.join(vendor_local_bin, "groonga")
     else
       package_config = PKGConfig.package_config("groonga")
       groonga = package_config.variable("groonga")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190511/4b794080/attachment-0001.html>


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