about summary refs log tree commit homepage
path: root/t/bin/utee
diff options
context:
space:
mode:
Diffstat (limited to 't/bin/utee')
-rwxr-xr-xt/bin/utee2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bin/utee b/t/bin/utee
index e48f307..7b61fea 100755
--- a/t/bin/utee
+++ b/t/bin/utee
@@ -1,8 +1,8 @@
 #!/usr/bin/env ruby
+# -*- encoding: binary -*-
 # tee(1) as distributed on most(all?) systems is buffered in luserspace
 # this only does unbuffered writes (with line-buffered input) to make
 # test output appear in real-time
-# -*- encoding: binary -*-
 $stdin.binmode
 $stdout.binmode
 fp = File.open(ARGV.shift, "wb")