Skip to content

Commit

Permalink
tests/e2e: fix TestEtcdExampleConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Apr 9, 2018
1 parent 422acc9 commit 824982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/etcd_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/coreos/etcd/pkg/expect"
)

const exampleConfigFile = "../etcd.conf.yml.sample"
const exampleConfigFile = "../../etcd.conf.yml.sample"

func TestEtcdExampleConfig(t *testing.T) {
proc, err := spawnCmd([]string{binDir + "/etcd", "--config-file", exampleConfigFile})
Expand Down

0 comments on commit 824982d

Please sign in to comment.