Skip to content
Snippets Groups Projects
Commit 6c4000d0 authored by Misty De Meo's avatar Misty De Meo
Browse files

Language module requirement: fix perl test

The name of the module is "Env", not "ENV"; this test would fail on a
case-sensitive filesystem.
parent 689d741e
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ class LanguageModuleRequirementTests < Homebrew::TestCase
end
def test_good_perl_deps
assert_deps_pass "ENV" => :perl
assert_deps_pass "Env" => :perl
end
def test_bad_python_deps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment