Преглед изворни кода

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