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 _ = Describe("emptyDir", func() {
var ( var (
c *client.Client c *client.Client
podClient client.PodInterface
) )
BeforeEach(func() { BeforeEach(func() {
var err error var err error
c, err = loadClient() c, err = loadClient()
expectNoError(err) expectNoError(err)
podClient = c.Pods(api.NamespaceDefault)
}) })
It("volume on tmpfs should have the correct mode", func() { It("volume on tmpfs should have the correct mode", func() {