From b806c2c3f343ef7c041ebfabcde92f5aa42f11aa Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 4 Dec 2003 05:09:47 +0000 Subject: * test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of SystemCallError. It is needless details that which errno is set on each systems. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95320a64c..cec27ae47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 4 14:09:24 2003 Minero Aoki + + * test/fileutils/test_fileutils.rb (test_cp): test if the error is + kind of SystemCallError. It is needless details that which errno + is set on each systems. + Thu Dec 4 13:24:13 2003 Shugo Maeda * lib/monitor.rb: use Object#__send__ instead of Object#send. -- cgit