1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From c3f0b088f36b76ab31337890f47bffcdfa54f47c Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Date: Sat, 4 May 2019 06:46:13 +0900
Subject: [PATCH] Skip mruby tty test in io
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
---
mrbgems/mruby-io/test/io.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/mrbgems/mruby-io/test/io.rb b/mrbgems/mruby-io/test/io.rb
index 85852c17..2aea935e 100644
--- a/mrbgems/mruby-io/test/io.rb
+++ b/mrbgems/mruby-io/test/io.rb
@@ -308,6 +308,7 @@ end
assert('IO#isatty') do
skip "isatty is not supported on this platform" if MRubyIOTestUtil.win?
+ skip "Ignore this test in Debian"
begin
f = File.open("/dev/tty")
rescue RuntimeError => e
--
2.20.1
|