From f1cc32f7e7258824e16cddcf208f2dd7a73dcc67 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 3 Sep 2008 15:02:22 +0000 Subject: * test/etc/test_etc.rb (test_getpwuid, test_getgrgid): use Process.euid and egid instead of Etc.getlogin to identify current user which may be different from a login one (e.g., su command). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f57b9d036..2f420e1f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 4 00:01:45 2008 Yusuke Endoh + + * test/etc/test_etc.rb (test_getpwuid, test_getgrgid): use + Process.euid and egid instead of Etc.getlogin to identify current + user which may be different from a login one (e.g., su command). + Wed Sep 3 23:52:47 2008 Yusuke Endoh * test/etc/test_etc.rb: check only typical use of -- cgit