Skip to content
Snippets Groups Projects
Commit d2ae810b authored by Jack Nagel's avatar Jack Nagel
Browse files

Test that X11 env is triggered correctly

parent 115501d4
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,13 @@ class X11DependencyTests < Test::Unit::TestCase
assert !x.eql?(p)
assert !p.eql?(x)
end
def test_x_env
x = X11Dependency.new
x.stubs(:satisfied?).returns(true)
ENV.expects(:x11)
x.modify_build_environment
end
end
class X11DepCollectionTests < Test::Unit::TestCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment