Fix failing ENV tests
We need the ARGV extension now that we call ARGV.build_bottle? in set_cpu_cflags. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c94e8b380f
commit
b3092ea3f7
@ -2,7 +2,9 @@ require 'testing_env'
|
|||||||
require 'utils'
|
require 'utils'
|
||||||
require 'hardware'
|
require 'hardware'
|
||||||
require 'extend/ENV'
|
require 'extend/ENV'
|
||||||
|
require 'extend/ARGV'
|
||||||
ENV.extend(HomebrewEnvExtension)
|
ENV.extend(HomebrewEnvExtension)
|
||||||
|
ARGV.extend(HomebrewArgvExtension)
|
||||||
|
|
||||||
class EnvironmentTests < Test::Unit::TestCase
|
class EnvironmentTests < Test::Unit::TestCase
|
||||||
def test_ENV_options
|
def test_ENV_options
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user