about summary refs log tree commit homepage
path: root/test/aggregate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/aggregate.rb')
-rwxr-xr-xtest/aggregate.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/aggregate.rb b/test/aggregate.rb
index 1c2cc5c..5eebbe5 100755
--- a/test/aggregate.rb
+++ b/test/aggregate.rb
@@ -1,4 +1,6 @@
 #!/usr/bin/ruby -n
+# -*- encoding: binary -*-
+
 BEGIN { $tests = $assertions = $failures = $errors = 0 }
 
 $_ =~ /(\d+) tests, (\d+) assertions, (\d+) failures, (\d+) errors/ or next