This commit is contained in:
Jingwen Owen Ou 2014-02-10 23:52:39 -08:00
Родитель 133c25112f
Коммит c8e12e9e62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ import (
var pwd string
func init() {
// need to cache it before all tests run
// need to cache pwd before all tests run
pwd, _ = os.Getwd()
}