소스 검색

tests/e2e: fix TestEtcdExampleConfig

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 년 전
부모
커밋
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})