浏览代码

tests/e2e: fix TestEtcdExampleConfig

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 年之前
父节点
当前提交
824982d1eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/e2e/etcd_config_test.go

+ 1 - 1
tests/e2e/etcd_config_test.go

@@ -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})