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:
parent
1b8b684b87
commit
c7d900e4de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue