about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-25 21:20:48 -0800
committerEric Wong <normalperson@yhbt.net>2009-03-03 11:12:57 -0800
commit2b2210892cb96790128d18d99ec22b87c6b0cbe3 (patch)
tree176a70d879847031f8fb8da341eb3d38ba50c2dc
parentf64ebd41607c1be38df5a2aa97a519b38b2e73cb (diff)
downloadunicorn-2b2210892cb96790128d18d99ec22b87c6b0cbe3.tar.gz
This was accidentally left in there during 1.9
compatibility testing.
-rwxr-xr-xtest/aggregate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aggregate.rb b/test/aggregate.rb
index 785d638..1c2cc5c 100755
--- a/test/aggregate.rb
+++ b/test/aggregate.rb
@@ -8,6 +8,6 @@ $failures += $3.to_i
 $errors += $4.to_i
 
 END {
-  printf("\n%s - %d tests, %d assertions, %d failures, %d errors\n",
-         RUBY_VERSION, $tests, $assertions, $failures, $errors)
+  printf("\n%d tests, %d assertions, %d failures, %d errors\n",
+         $tests, $assertions, $failures, $errors)
 }