Fix Ruby 1.8 compatibility
commit27afdca06806f0c77be3625055539ab3331f5b3e
authorEric Wong <normalperson@yhbt.net>
Tue, 8 Nov 2011 03:26:13 +0000 (8 03:26 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 8 Nov 2011 03:26:13 +0000 (8 03:26 +0000)
treed8079e0b4b8c931509e87c7a20bb9edc7d4fe8d7
parent1a5b3487e5a38a4897a6461b3907cd6bde501e0c
Fix Ruby 1.8 compatibility

Our custom copy_stream needs to flush data like it does
under 1.9.  1.8 also can't do a blocking open(2) on a FIFO
in a native thread so we'll fork() instead.
lib/mogilefs/copy_stream.rb
test/integration.rb
test/test_mogilefs_integration_large_pipe.rb