From d346b26be43140e8fb26f9e0cf8ea2793ba925ed Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 30 May 2010 12:53:08 +0000 Subject: * test/rake/test_application.rb: update a test because of r28089. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rake/test_application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rake/test_application.rb b/test/rake/test_application.rb index 77f9859b24..9158689e65 100644 --- a/test/rake/test_application.rb +++ b/test/rake/test_application.rb @@ -438,7 +438,7 @@ class Rake::TestApplicationOptions < Test::Unit::TestCase flags(['--require', File.expand_path('../missing', __FILE__)]) do |opts| end end - assert_match(/no such file/, ex.message) + assert_match(/cannot load such file/, ex.message) assert_match(/#{File.basename(File.dirname(__FILE__))}\/missing/, ex.message) end -- cgit v1.2.3