The tests need the actual optparse apparently

This commit is contained in:
Max Howell 2009-10-23 16:40:55 +01:00
parent 6ca096125d
commit d967421c6e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# support, and with no warranty, express or implied, as to its usefulness for
# any purpose.
$:.unshift File.dirname(__FILE__)+'/..'
$:.push(File.expand_path(__FILE__+'/../..'))
require 'test/unit'
require 'global'
require 'formula'

View File

@ -5,7 +5,7 @@
ABS__FILE__=File.expand_path(__FILE__)
$:.unshift File.dirname(ABS__FILE__)+'/..'
$:.push(File.expand_path(__FILE__+'/../..'))
require 'extend/pathname'
require 'utils'
require 'hardware'