~rogpeppe/juju-core/themue-058-debug-log-api

« back to all changes in this revision

Viewing changes to provider/local/environprovider_test.go

  • Committer: Frank Mueller
  • Date: 2014-01-23 14:14:49 UTC
  • mfrom: (2152.1.95 juju-core)
  • Revision ID: frank.mueller@canonical.com-20140123141449-b30l57y7gs3wjkpw
debugger: merged trunk and fixed permission and interface problems

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        s.PatchEnvironment("ftp-proxy", "")
54
54
        s.PatchEnvironment("FTP-PROXY", "")
55
55
        s.HookCommandOutput(&utils.AptCommandOutput, nil, nil)
56
 
 
57
56
}
58
57
 
59
58
func (s *prepareSuite) TestPrepareCapturesEnvironment(c *gc.C) {
 
59
        c.Skip("fails if local provider running already")
60
60
        baseConfig, err := config.New(config.UseDefaults, map[string]interface{}{
61
61
                "type": provider.Local,
62
62
                "name": "test",