~juju-qa/ubuntu/yakkety/juju/2.0-beta10

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/worker/uniter/runner/context/env_test.go

  • Committer: Martin Packman
  • Date: 2016-06-28 11:15:00 UTC
  • mfrom: (1.4.3)
  • Revision ID: martin.packman@canonical.com-20160628111500-3vabmx2cls3plbp1
Merge new upstream source 2.0~beta10

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        "runtime"
10
10
        "sort"
11
11
 
12
 
        "github.com/juju/names"
13
12
        envtesting "github.com/juju/testing"
14
13
        jc "github.com/juju/testing/checkers"
15
14
        "github.com/juju/utils/keyvalues"
16
15
        "github.com/juju/utils/proxy"
17
16
        gc "gopkg.in/check.v1"
 
17
        "gopkg.in/juju/names.v2"
18
18
 
19
19
        "github.com/juju/juju/worker/uniter/runner/context"
20
20
        jujuos "github.com/juju/utils/os"