Sfoglia il codice sorgente

tests/e2e: fix TestEtcdExampleConfig

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 anni fa
parent
commit
824982d1eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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})