e2e: tests: fix small typo

Found when trying to get the e2e tests to run on Fedora which they
don't because of https://github.com/kr/pty/issues/21
This commit is contained in:
James Shubin 2016-06-08 01:14:11 -04:00
parent 9a14b796e0
commit 0048782d97

View File

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