make go-oracle happy

pull/6/head
deads2k 2015-05-05 13:26:11 -04:00
parent 1e55bc6b95
commit f5942e4271
1 changed files with 1 additions and 4 deletions

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() {