tests-clar/index: actually assert result

Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
schu 2012-04-03 11:09:39 +02:00
parent a912ea3f9d
commit 13ed29664f

View File

@ -62,6 +62,8 @@ static void files_are_equal(const char *a, const char *b)
git_buf_free(&buf_a); git_buf_free(&buf_a);
git_buf_free(&buf_b); git_buf_free(&buf_b);
cl_assert(pass);
} }