aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb2
-rw-r--r--test/syck/test_yaml.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb b/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
index 72914f04c5..e181068611 100644
--- a/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
+++ b/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
@@ -22,7 +22,7 @@ class TestWaitForSingleFD < Test::Unit::TestCase
def test_wait_for_invalid_fd
# FreeBSD 8.2 or prior sticks this
- # http://redmine.ruby-lang.org/issues/5524
+ # http://bugs.ruby-lang.org/issues/5524
skip if /freebsd[1-8]/ =~ RUBY_PLATFORM
with_pipe do |r,w|
wfd = w.fileno
diff --git a/test/syck/test_yaml.rb b/test/syck/test_yaml.rb
index f980a75c9c..132bc926c8 100644
--- a/test/syck/test_yaml.rb
+++ b/test/syck/test_yaml.rb
@@ -446,7 +446,7 @@ EOY
#
# Reports from N.Easterly & J.Trupiano : Tests with patch from daz
- # [ruby-core:23006] [Bug #1311] http://redmine.ruby-lang.org/issues/show/1311
+ # [ruby-core:23006] [Bug #1311] http://bugs.ruby-lang.org/issues/show/1311
#
def test_scan_scalar_nl
bug1311 = '[ruby-core:23006]'