aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test/unit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test/unit.rb')
-rw-r--r--lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/unit.rb b/lib/test/unit.rb
index 3f5a6cb2de..05897aa260 100644
--- a/lib/test/unit.rb
+++ b/lib/test/unit.rb
@@ -544,7 +544,7 @@ module Test
@warnings << Marshal.load($1.unpack("m")[0])
when /^bye (.+?)$/
after_worker_down worker, Marshal.load($1.unpack("m")[0])
- when /^bye$/
+ when /^bye$/, nil
if shutting_down || worker.quit_called
after_worker_quit worker
else