Commit ca0fb40a by nulltoken

Made test index_write_test() remove the test file it has created.

It can now be run twice in a row without failing.
parent fb8dd803
......@@ -146,6 +146,8 @@ BEGIN_TEST("write", index_write_test)
must_pass(git_filelock_commit(&out_file));
git_index_free(index);
gitfo_unlink("index_rewrite");
END_TEST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment