aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-03 15:02:22 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-03 15:02:22 +0000
commitc309cda9037be78e835bd07cf1f2dba0c22f3653 (patch)
treeeda24f9777272486563ccbf7ff6974a80b894f24 /ChangeLog
parent1f322f83e7c3d21c73a744f53a04c3463765b12d (diff)
downloadruby-c309cda9037be78e835bd07cf1f2dba0c22f3653.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f57b9d0367..2f420e1f24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 4 00:01:45 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * 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 <mame@tsg.ne.jp>
* test/etc/test_etc.rb: check only typical use of