From acc1fd1231f6b071e495d09cc995a4e09fe89f84 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Nov 2012 17:51:45 +0000 Subject: Fixed to load the main code so we can test our parser. --- t/test-parser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') 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' -- cgit v1.2.1