diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:51:45 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:51:45 +0000 |
commit | acc1fd1231f6b071e495d09cc995a4e09fe89f84 (patch) | |
tree | 720d73f7ece9c976ef02a8aeccac49f3cb805099 /t | |
parent | 8102e1c720ee5c7b51a5f522b844979845f586ef (diff) |
Fixed to load the main code so we can test our parser.
Diffstat (limited to 't')
-rwxr-xr-x | t/test-parser.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-parser.rb b/t/test-parser.rb index 358550b..636dccf 100755 --- a/t/test-parser.rb +++ b/t/test-parser.rb @@ -1,8 +1,8 @@ -#!/usr/bin/ruby -I../bin/ -Ibin/ +#!/usr/bin/ruby1.8 -I./bin/ -I../bin/ require 'test/unit' -require 'custodian-enqueue' +load 'custodian-enqueue' |