1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Let Mongrel compile and test ok under cygwin (don't know who would think use this for production, but there you go).

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@271 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
luislavena 2006-07-01 07:06:52 +00:00
parent 1b8b684b87
commit c7d900e4de

View file

@ -55,7 +55,7 @@ class WebServerTest < Test::Unit::TestCase
sleep 1
end
end
s.write(" ") if RUBY_PLATFORM =~ /mswin/
s.write(" ") if RUBY_PLATFORM =~ /mingw|mswin|cygwin/
s.close
end