26 lines
723 B
Diff
26 lines
723 B
Diff
From b73f5b7b4fb4b5f436570c91214356487224e7df Mon Sep 17 00:00:00 2001
|
|
From: Michael Grosser <michael@grosser.it>
|
|
Date: Sun, 13 Nov 2022 21:31:04 -0800
|
|
Subject: [PATCH 1/2] fix 3.2 bug
|
|
|
|
---
|
|
test/fakefs_test.rb | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/test/fakefs_test.rb b/test/fakefs_test.rb
|
|
index 4873d0f..71c68b8 100644
|
|
--- a/test/fakefs_test.rb
|
|
+++ b/test/fakefs_test.rb
|
|
@@ -2031,7 +2031,8 @@ def test_should_set_pos_with_tell_method
|
|
# omit methods from io/wait
|
|
:nread, :pwrite, :pread,
|
|
:ready?,
|
|
- :wait, :wait_readable, :wait_writable
|
|
+ :wait, :wait_readable, :wait_writable, :wait_priority,
|
|
+ :timeout, :timeout=
|
|
].freeze
|
|
|
|
OMITTED_JRUBY_FILE_METHODS = [
|
|
|
|
|