summaryrefslogtreecommitdiff
path: root/test/etc
AgeCommit message (Collapse)Author
2008-09-03* test/etc/test_etc.rb (test_getpwuid, test_getgrgid): usemame
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
2008-09-03* test/etc/test_etc.rb: check only typical use ofmame
setpwent/getpwent/endpwent and setgrent/getgrent/endgrent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-07-29* test/etc/test_etc.rb (test_passwd): age field may be string undermame
some environments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-07-29* test/etc/test_etc.rb (test_getpwuid): fix for users whose uid isnaruse
shared. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-06-18* test/etc/test_etc.rb: avoid infinite loop. [ruby-dev:35158]mame
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-06-04avoid infinite loop on FreeBSD 6.3.akr
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-06-03* test/etc/test_etc.rb: new tests for etc.mame
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e