[前][次][番号順一覧][スレッド一覧]

ruby-changes:62674

From: Hiroshi <ko1@a...>
Date: Fri, 21 Aug 2020 20:40:41 +0900 (JST)
Subject: [ruby-changes:62674] 44d25c6528 (master): Fixup 3292f4d965845d543733559fd1736b8c42fadab3

https://git.ruby-lang.org/ruby.git/commit/?id=44d25c6528

From 44d25c65287558e899188eb9e0fbd7d76e6f74ce Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 21 Aug 2020 20:40:26 +0900
Subject: Fixup 3292f4d965845d543733559fd1736b8c42fadab3


diff --git a/test/erb/test_erb_command.rb b/test/erb/test_erb_command.rb
index 03f07a4..93e3522 100644
--- a/test/erb/test_erb_command.rb
+++ b/test/erb/test_erb_command.rb
@@ -20,7 +20,7 @@ class TestErbCommand < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/erb/test_erb_command.rb#L20
   def test_deprecated_option
     warnings = [
       "warning: -S option of erb command is deprecated. Please do not use this.",
-      /\n.+\/bin\/erb:\d+: warning: Passing safe_level with the 2nd argument of ERB\.new is deprecated\. Do not use it, and specify other arguments as keyword arguments\.\n/,
+      /\n.+\/libexec\/erb:\d+: warning: Passing safe_level with the 2nd argument of ERB\.new is deprecated\. Do not use it, and specify other arguments as keyword arguments\.\n/,
     ]
     assert_in_out_err(["-w",
                        File.expand_path("../../../libexec/erb", __FILE__),
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]