The tests need the actual optparse apparently
This commit is contained in:
parent
6ca096125d
commit
d967421c6e
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user