From 65fdd909e82e0d4103bfe60b0e569000e904e109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 22 Feb 2013 12:09:14 +0100 Subject: [PATCH] Change to backport error number. --- ruby.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index ce2cd8b..e111f17 100644 --- a/ruby.spec +++ b/ruby.spec @@ -566,7 +566,7 @@ DISABLE_TESTS="-x test_process.rb $DISABLE_TESTS" %endif # The TestRbConfig errors, which does not respect configuration options. -# http://bugs.ruby-lang.org/issues/7902 +# http://bugs.ruby-lang.org/issues/7912 DISABLE_TESTS="-x test_rbconfig.rb $DISABLE_TESTS" make check TESTS="-v $DISABLE_TESTS"