aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index a1b426a6d4..eec83331ff 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -3,7 +3,7 @@
# So all tests will cause failure.
#
-assert_finish 1, %q{
+assert_normal_exit %q{
open("tst-remove-load.rb", "w") {|f|
f << <<'End'
module Kernel
@@ -13,4 +13,4 @@ raise
End
}
load "tst-remove-load.rb"
-}, '[ruby-dev:40234] [ruby-core:27959]'
+}, '[ruby-dev:40234] [ruby-core:27959]', :timeout => 1