Commit 20a7e8208ee46de96050b06d06dfbc3e847668c2

Carlos Martín Nieto 2011-07-26T15:53:52

Remove extra git_index_read from the tests When you open an index with git_index_open, the file is read before the function returns. Thus, calling git_index_read after that is useless. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>