We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efac15 commit 6ae7a4fCopy full SHA for 6ae7a4f
test/ruby/test_io.rb
@@ -2066,7 +2066,8 @@ def test_ioctl_linux
2066
2067
def test_ioctl_linux2
2068
return if /linux/ !~ RUBY_PLATFORM
2069
- return if /^i?86|^x86_64/ !~ RUBY_PLATFORM
+ return if /^i.?86|^x86_64/ !~ RUBY_PLATFORM
2070
+ return unless File.exist?('/dev/tty')
2071
2072
File.open('/dev/tty') { |f|
2073
tiocgwinsz=0x5413
version.h
@@ -1,5 +1,5 @@
1
#define RUBY_VERSION "1.9.3"
2
-#define RUBY_PATCHLEVEL 283
+#define RUBY_PATCHLEVEL 284
3
4
#define RUBY_RELEASE_DATE "2012-10-12"
5
#define RUBY_RELEASE_YEAR 2012
0 commit comments