diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-16 16:45:22 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-16 16:45:22 +0000 |
commit | d1925e649f31f01a61a2766b9aac1dc6420ffcd1 () | |
tree | 5ce03d9613a5d30ddc11274f4a49f7c2d3e49466 /KNOWNBUGS.rb | |
parent | 17ecdd2ff8dc43097d7b5f2fea8663b40d0b9882 (diff) |
use assert_finish because the test hangs on FreeBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | KNOWNBUGS.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # So all tests will cause failure. # -assert_normal_exit %q{ open("tst-remove-load.rb", "w") {|f| f << <<'End' module Kernel |