about summary refs log tree commit homepage
path: root/t/bin/unused_listen
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/unused_listen
parent9e01161030e68f0740e7821791fef4e38f828f1a (diff)
downloadrainbows-71b8fff3d8d171c9770bb8c69767341c10d9c962.tar.gz
Ruby 1.9 will complain otherwise
Diffstat (limited to 't/bin/unused_listen')
-rwxr-xr-xt/bin/unused_listen1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/bin/unused_listen b/t/bin/unused_listen
index 95f3249..b638f54 100755
--- a/t/bin/unused_listen
+++ b/t/bin/unused_listen
@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+# -*- encoding: binary -*-
 # this is to remain compatible with the unused_port function in the
 # Unicorn test/test_helper.rb file
 require 'socket'