Explorar el Código

Merge pull request #5588 from purpleidea/fix/test-typo

e2e: tests: fix small typo
Gyu-Ho Lee hace 9 años
padre
commit
3e057129e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      e2e/ctl_v2_test.go

+ 1 - 1
e2e/ctl_v2_test.go

@@ -232,7 +232,7 @@ func TestCtlV2RoleList(t *testing.T) {
 func TestCtlV2Backup(t *testing.T) { // For https://github.com/coreos/etcd/issues/5360
 	defer testutil.AfterTest(t)
 
-	backupDir, err := ioutil.TempDir("", "testbakcup0.etcd")
+	backupDir, err := ioutil.TempDir("", "testbackup0.etcd")
 	if err != nil {
 		t.Fatal(err)
 	}