diff options
Diffstat (limited to 'tests/t06-index.c')
-rw-r--r-- | tests/t06-index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t06-index.c b/tests/t06-index.c index 27819c02a..6a46719ed 100644 --- a/tests/t06-index.c +++ b/tests/t06-index.c @@ -145,7 +145,7 @@ BEGIN_TEST(write0, "write an index back to disk") must_pass(cmp_files(TEST_INDEXBIG_PATH, "index_rewrite")); git_index_free(index); - + gitfo_unlink("index_rewrite"); END_TEST |