Convert private.sh test to Go and remove basic.sh and private.sh

This commit is contained in:
Satnam Singh
2015-01-15 15:24:58 -08:00
parent 732255706c
commit 33e00320bf
8 changed files with 73 additions and 145 deletions

View File

@@ -34,6 +34,7 @@ type testContextType struct {
certDir string
host string
repoRoot string
provider string
}
var testContext testContextType