From 72e167a6f8203ec407fa9115e60a049e5991681f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 22 Feb 2013 12:08:37 +0100 Subject: [PATCH] One PPC error was fixed, other was introduced. --- ruby.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby.spec b/ruby.spec index d369ac3..ce2cd8b 100644 --- a/ruby.spec +++ b/ruby.spec @@ -560,9 +560,9 @@ DISABLE_TESTS="-x test_dl2.rb $DISABLE_TESTS" %endif %ifarch ppc ppc64 -# test_ioctl_linux(TestIO) fails with #. -# https://bugs.ruby-lang.org/issues/7718 -DISABLE_TESTS="-x test_io.rb $DISABLE_TESTS" +# test_spawn_too_long_path(TestProcess) fails with [Errno::ENOENT, Errno::E2BIG, nil] expected but nothing was raised. +# https://bugs.ruby-lang.org/issues/7904 +DISABLE_TESTS="-x test_process.rb $DISABLE_TESTS" %endif # The TestRbConfig errors, which does not respect configuration options.