From 54c8ac4750b6dad67f574c2a0a5749aa5af57c00 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Feb 22 2013 12:39:23 +0000 Subject: One PPC error was fixed, other was introduced. --- diff --git a/ruby.spec b/ruby.spec index a28f669..fc9e084 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.