[milter-manager-commit] milter-manager/milter-manager at c3df7b5 [debug-ci] Fix a typo

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Apr 5 15:02:15 JST 2017


Kenji Okimoto	2017-04-05 15:02:15 +0900 (Wed, 05 Apr 2017)

  New Revision: c3df7b5dd2fd26a1d79083d5d4a48a6a6c0c68ea
  https://github.com/milter-manager/milter-manager/commit/c3df7b5dd2fd26a1d79083d5d4a48a6a6c0c68ea

  Message:
    Fix a typo

  Modified files:
    binding/ruby/test/manager/test-freebsd-rc-detector.rb

  Modified: binding/ruby/test/manager/test-freebsd-rc-detector.rb (+1 -1)
===================================================================
--- binding/ruby/test/manager/test-freebsd-rc-detector.rb    2017-04-05 14:50:21 +0900 (82b0ac9)
+++ binding/ruby/test/manager/test-freebsd-rc-detector.rb    2017-04-05 15:02:15 +0900 (80fc09e)
@@ -33,7 +33,7 @@ class TestFreeBSDRCDetector < Test::Unit::TestCase
   end
 
   def test_rc_script_readable?
-    omit("root user can read all files") if Etc.getpwuid.uil.zero?
+    omit("root user can read all files") if Etc.getpwuid.uid.zero?
     detector = freebsd_rc_detector("milter-manager")
     assert_false(detector.rc_script_readable?)
     (@rc_d + "milter-manager").open("w") {}
-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 



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