aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/prefix_test.rb
blob: a3ae755426e2f9346e957c94afe817f7f9f985df (plain)
1
2
3
4
5
6
7
8
require "testing_env"

class IntegrationCommandTestPrefix < IntegrationCommandTestCase
  def test_prefix
    assert_equal HOMEBREW_PREFIX.to_s,
                 cmd("--prefix")
  end
end