about summary refs log tree commit homepage
path: root/t/bin/content-md5-put
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-08 15:09:11 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-08 15:10:11 -0800
commit71b8fff3d8d171c9770bb8c69767341c10d9c962 (patch)
tree3784759ddca03e720e05a4c0cb4dbe4f29e47e61 /t/bin/content-md5-put
parent9e01161030e68f0740e7821791fef4e38f828f1a (diff)
downloadrainbows-71b8fff3d8d171c9770bb8c69767341c10d9c962.tar.gz
Ruby 1.9 will complain otherwise
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