diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-01-13 11:08:14 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-01-13 11:08:14 +0000 |
commit | ca9f28f31a819fe807e199f32e6b4c471b9ecb6f (patch) | |
tree | f09a1f208945dce7379ffc7c5563753d2aeca328 /t/test-custodian-util-ping.rb | |
parent | e0b7d203dddc46e07f00d07a0abce1daaed5906f (diff) |
Don't marry our code to ruby1.8
Diffstat (limited to 't/test-custodian-util-ping.rb')
-rwxr-xr-x | t/test-custodian-util-ping.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-util-ping.rb b/t/test-custodian-util-ping.rb index baf957f..efeef64 100755 --- a/t/test-custodian-util-ping.rb +++ b/t/test-custodian-util-ping.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby1.8 -I./lib/ -I../lib/ +#!/usr/bin/ruby -I./lib/ -I../lib/ require 'custodian/util/ping' |