From 71b8fff3d8d171c9770bb8c69767341c10d9c962 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 8 Feb 2010 15:09:11 -0800 Subject: t/bin/*: encoding should be the first line after shebang Ruby 1.9 will complain otherwise --- t/bin/unused_listen | 1 + 1 file changed, 1 insertion(+) (limited to 't/bin/unused_listen') 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' -- cgit v1.2.3-24-ge0c7