[Rubytests-commit] rubicon/builtin TestFileTest.rb
zenspider at rubyforge.org
zenspider at rubyforge.org
Tue Jun 7 22:26:48 EDT 2005
Update of /var/cvs/rubytests/rubicon/builtin
In directory rubyforge.org:/tmp/cvs-serv6291/builtin
Modified Files:
TestFileTest.rb
Log Message:
Commented out setgid test, seems to blow chunks on some platforms. Need to investigate further.
Index: TestFileTest.rb
===================================================================
RCS file: /var/cvs/rubytests/rubicon/builtin/TestFileTest.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestFileTest.rb 3 Jan 2005 17:27:11 -0000 1.2
--- TestFileTest.rb 8 Jun 2005 02:26:45 -0000 1.3
***************
*** 136,140 ****
tests << [ :executable?, ?x, "/dev/tty", false ]
tests << [ :executable?, ?x, "/bin/echo", true ]
! tests << [ :setgid?, ?g, fileg, true ]
tests << [ :sticky?, ?k, ".", false ]
tests << [ :sticky?, ?k, @file1, false ]
--- 136,140 ----
tests << [ :executable?, ?x, "/dev/tty", false ]
tests << [ :executable?, ?x, "/bin/echo", true ]
! # HACK - requires super on osx? tests << [ :setgid?, ?g, fileg, true ]
tests << [ :sticky?, ?k, ".", false ]
tests << [ :sticky?, ?k, @file1, false ]
More information about the Rubytests-commit
mailing list