t06-index.c
6.01 KB
-
Remove extra git_index_read from the tests · 20a7e820
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>
Carlos Martín Nieto committed