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 | c180fd6bceba543849110849b7ece5935b326b70 (patch) | |
tree | 720d73f7ece9c976ef02a8aeccac49f3cb805099 | |
parent | a21d798eaf01de2ce23b8de6da3f4f24bdf1471c (diff) |
Fixed to load the main code so we can test our parser.
-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' |