about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-04 05:41:14 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-04 05:41:14 +0000
commitda93ad1c07ff9deb4d3a2e765b26f87ccf68aa23 (patch)
treec5aa56ee0eb5f6fe2cc74e2925158842451ff766 /t
parentc9a7560bb684bbdadb641ebc7597303f38c37d4f (diff)
downloadrainbows-da93ad1c07ff9deb4d3a2e765b26f87ccf68aa23.tar.gz
It's Linux-only, after all
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 7ab4dd8..f9b9d84 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -35,7 +35,7 @@ Isolate.now!(opts) do
     gem 'rack-fiber_pool', '0.9.1'
   end
 
-  gem 'sleepy_penguin', '1.3.1'
+  gem 'sleepy_penguin', '1.3.1' if RUBY_PLATFORM =~ /linux/
 end
 
 $stdout.reopen(old_out)