about summary refs log tree commit homepage
path: root/t/bin/content-md5-put
diff options
context:
space:
mode:
Diffstat (limited to 't/bin/content-md5-put')
-rwxr-xr-xt/bin/content-md5-put2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bin/content-md5-put b/t/bin/content-md5-put
index 4f02a85..01da0bb 100755
--- a/t/bin/content-md5-put
+++ b/t/bin/content-md5-put
@@ -1,9 +1,9 @@
 #!/usr/bin/env ruby
+# -*- encoding: binary -*-
 # simple chunked HTTP PUT request generator (and just that),
 # it reads stdin and writes to stdout so socat can write to a
 # UNIX or TCP socket (or to another filter or file) along with
 # a Content-MD5 trailer.
-# -*- encoding: binary -*-
 require 'digest/md5'
 $stdout.sync = $stderr.sync = true
 $stdout.binmode