Language module requirement: fix perl test
The name of the module is "Env", not "ENV"; this test would fail on a case-sensitive filesystem.
This commit is contained in:
parent
689d741e16
commit
6c4000d07a
@ -32,7 +32,7 @@ class LanguageModuleRequirementTests < Homebrew::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_good_perl_deps
|
def test_good_perl_deps
|
||||||
assert_deps_pass "ENV" => :perl
|
assert_deps_pass "Env" => :perl
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_bad_python_deps
|
def test_bad_python_deps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user