Silence unused return value warning

This commit is contained in:
Jacques Germishuys 2014-09-25 15:35:00 +02:00
parent 5387cfee4c
commit 0478b7f472

View File

@ -47,7 +47,7 @@ void test_pack_packbuilder__cleanup(void)
git_indexer_free(_indexer);
_indexer = NULL;
p_chdir("..");
cl_git_pass(p_chdir(".."));
cl_git_sandbox_cleanup();
_repo = NULL;
}