~jameinel/juju-core/api-registry-tracks-type

« back to all changes in this revision

Viewing changes to charm/bundle_test.go

Merged local-sudo-caller into local-provider-bootstrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        "bytes"
9
9
        "fmt"
10
10
        "io/ioutil"
11
 
        . "launchpad.net/gocheck"
12
 
        "launchpad.net/goyaml"
13
 
        "launchpad.net/juju-core/charm"
14
 
        "launchpad.net/juju-core/testing"
15
11
        "os"
16
12
        "os/exec"
17
13
        "path/filepath"
18
14
        "strconv"
19
15
        "syscall"
 
16
 
 
17
        . "launchpad.net/gocheck"
 
18
        "launchpad.net/goyaml"
 
19
 
 
20
        "launchpad.net/juju-core/charm"
 
21
        "launchpad.net/juju-core/testing"
20
22
)
21
23
 
22
24
type BundleSuite struct {