make go-oracle happy

This commit is contained in:
deads2k 2015-05-05 13:26:11 -04:00
parent 1e55bc6b95
commit f5942e4271

View File

@ -30,16 +30,13 @@ import (
var _ = Describe("emptyDir", func() {
var (
c *client.Client
podClient client.PodInterface
c *client.Client
)
BeforeEach(func() {
var err error
c, err = loadClient()
expectNoError(err)
podClient = c.Pods(api.NamespaceDefault)
})
It("volume on tmpfs should have the correct mode", func() {